Name | Type | Description | Notes |
---|---|---|---|
match_expressions | Array<K8sIoApiCoreV1NodeSelectorRequirement> | A list of node selector requirements by node's labels. | [optional] |
match_fields | Array<K8sIoApiCoreV1NodeSelectorRequirement> | A list of node selector requirements by node's fields. | [optional] |
require 'kubevirt'
instance = Kubevirt::K8sIoApiCoreV1NodeSelectorTerm.new(
match_expressions: null,
match_fields: null
)