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

    Interface V1NMStateSpecInfraAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution

    If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

    interface V1NMStateSpecInfraAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution {
        nodeSelectorTerms: V1NMStateSpecInfraAffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecutionNodeSelectorTerms[];
    }
    Index

    Properties

    nodeSelectorTerms 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.