@kubevirt-ui/kubevirt-api
    Preparing search index...

    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.

    interface V1NodeSelectorTerm {
        matchExpressions?: V1NodeSelectorRequirement[];
        matchFields?: V1NodeSelectorRequirement[];
    }
    Index

    Properties

    matchExpressions?: V1NodeSelectorRequirement[]

    A list of node selector requirements by node's labels.

    A list of node selector requirements by node's fields.