Kazan v0.11.0 Kazan.Apis.Core.V1.NodeSelectorTerm View Source
A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.
OpenAPI Definition: io.k8s.api.core.v1.NodeSelectorTerm
Properties
match_expressions
:: [Kazan.Apis.Core.V1.NodeSelectorRequirement
]- A list of node selector requirements by node’s labels.
match_fields
:: [Kazan.Apis.Core.V1.NodeSelectorRequirement
]- A list of node selector requirements by node’s fields.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.NodeSelectorTerm{ match_expressions: [Kazan.Apis.Core.V1.NodeSelectorRequirement.t()], match_fields: [Kazan.Apis.Core.V1.NodeSelectorRequirement.t()] }