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

    Affinity is a group of affinity scheduling rules.

    interface V1Affinity {
        nodeAffinity?: V1NodeAffinity;
        podAffinity?: V1PodAffinity;
        podAntiAffinity?: V1PodAntiAffinity;
    }
    Index

    Properties

    nodeAffinity?: V1NodeAffinity

    Describes node affinity scheduling rules for the pod.

    podAffinity?: V1PodAffinity

    Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

    podAntiAffinity?: V1PodAntiAffinity

    Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).