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

    Interface V1beta1NMStateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionPreferenceMatchExpressions

    A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

    interface V1beta1NMStateSpecAffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecutionPreferenceMatchExpressions {
        key: string;
        operator: string;
        values?: string[];
    }
    Index

    Properties

    Properties

    key: string

    key The label key that the selector applies to.

    operator: string

    operator Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

    values?: string[]

    values