Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 570 Bytes

File metadata and controls

20 lines (14 loc) · 570 Bytes

Kubevirt::V1ObjectGraphOptions

Properties

Name Type Description Notes
include_optional_nodes Boolean IncludeOptionalNodes indicates whether to include optional nodes in the graph. True by default. [optional]
label_selector K8sIoApimachineryPkgApisMetaV1LabelSelector [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1ObjectGraphOptions.new(
  include_optional_nodes: null,
  label_selector: null
)