kubernetes v1.37

PodGroup.spec.disruptionMode

DisruptionMode defines how individual entities within a group can be disrupted. Exactly one mode can be set.

2 fields
PodGroup.spec.disruptionMode fields and descriptions
Field / TypeDescription
AllDisruptionMode

all specifies that all children can only be disrupted together.

SingleDisruptionMode

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