Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 690 Bytes

File metadata and controls

20 lines (14 loc) · 690 Bytes

Kubevirt::V1beta1VirtualMachinePoolSelectors

Properties

Name Type Description Notes
label_selector K8sIoApimachineryPkgApisMetaV1LabelSelector [optional]
node_selector_requirement_matcher Array<K8sIoApiCoreV1NodeSelectorRequirement> NodeSelectorRequirementMatcher is a list of node selector requirement for VMs. [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1beta1VirtualMachinePoolSelectors.new(
  label_selector: null,
  node_selector_requirement_matcher: null
)