Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 655 Bytes

V1Affinity.md

File metadata and controls

12 lines (7 loc) · 655 Bytes

V1Affinity

Properties

Name Type Description Notes
nodeAffinity V1NodeAffinity Describes node affinity scheduling rules for the pod. [optional]
podAffinity V1PodAffinity Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). [optional]
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)). [optional]