Skip to main content
Schemaobject

io.k8s.api.scheduling.v1alpha3.CompositePodGroupStatus

CompositePodGroupStatus represents information about the status of a composite pod group.

Source
specs/apis__scheduling.k8s.io__v1alpha3_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
conditions array
optional

conditions represent the latest observations of the CompositePodGroup's state. Known condition types: - "CompositePodGroupInitiallyScheduled": Indicates whether the overall scheduling requirement for the subtree under this CompositePodGroup has been satisfied. Once this condition transitions to True, it serves as a terminal state and will never revert to False, even if pods are subsequently deleted and group constraints are no longer met. - "DisruptionTarget": Indicates whether the CompositePodGroup …