kubernetes v1.37

CompositePodGroupList.items.spec.disruptionMode

CompositeDisruptionMode defines how individual entities within a composite pod group can be disrupted. Exactly one mode must be set.

2 fields
CompositePodGroupList.items.spec.disruptionMode fields and descriptions
Field / TypeDescription
AllCompositeDisruptionMode

all specifies that all children groups can only be disrupted together.

SingleCompositeDisruptionMode

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