Name | Type | Description | Notes |
---|---|---|---|
NodeAffinity | *V1NodeAffinity | Describes node affinity scheduling rules for the pod. | [optional] [default to null] |
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] [default to null] |
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] [default to null] |