Name | Type | Description | Notes |
---|---|---|---|
flags | V1Flags | [optional] | |
patches | Array<V1CustomizeComponentsPatch> | [optional] |
require 'kubevirt'
instance = Kubevirt::V1CustomizeComponents.new(
flags: null,
patches: null
)
Name | Type | Description | Notes |
---|---|---|---|
flags | V1Flags | [optional] | |
patches | Array<V1CustomizeComponentsPatch> | [optional] |
require 'kubevirt'
instance = Kubevirt::V1CustomizeComponents.new(
flags: null,
patches: null
)