podAffinity property

String? podAffinity
getter/setter pair

Pod affinity configuration. Possible string values are:

  • "AFFINITY_UNSPECIFIED" : No affinity configuration has been specified.
  • "NO_AFFINITY" : Affinity configurations will be removed from the deployment.
  • "ANTI_AFFINITY" : Anti-affinity configuration will be applied to this deployment. Default for admissions deployment.

Implementation

core.String? podAffinity;