python/kubernetes/docs/V1Affinity.md
2017-04-05 15:24:07 -07:00

820 B

V1Affinity

Properties

Name Type Description Notes
node_affinity V1NodeAffinity Describes node affinity scheduling rules for the pod. [optional]
pod_affinity V1PodAffinity Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). [optional]
pod_anti_affinity V1PodAntiAffinity Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). [optional]

[Back to Model list] [Back to API list] [Back to README]