Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 904 Bytes

K8sIoApiCoreV1Affinity.md

File metadata and controls

12 lines (8 loc) · 904 Bytes

K8sIoApiCoreV1Affinity

Properties

Name Type Description Notes
node_affinity K8sIoApiCoreV1NodeAffinity Describes node affinity scheduling rules for the pod. [optional]
pod_affinity K8sIoApiCoreV1PodAffinity 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 K8sIoApiCoreV1PodAntiAffinity 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]