kubernetes v1.37

WorkloadPodGroupDisruptionMode

WorkloadPodGroupDisruptionMode defines how individual pods within a group can be disrupted. Exactly one mode must be set.

2 fields
WorkloadPodGroupDisruptionMode fields and descriptions
Field / TypeDescription
WorkloadPodGroupAllDisruptionMode

all specifies that all pods in the group must be disrupted together.

WorkloadPodGroupSingleDisruptionMode

single specifies that pods can be disrupted independently from each other.