OBJECT
KubernetesKindSpaceDisruptionBudgetStatusAvailabilityTargets
ATDisruptionBudgetStatus defines the observed state of SpaceDisruptionBudget per AT
link GraphQL Schema definition
- type KubernetesKindSpaceDisruptionBudgetStatusAvailabilityTargets {
- # current number of healthy Replicas
- Int :
- # minimum desired number of healthy Replicas
- Int :
- Tag!] : [
- # Number of Replica disruptions that are currently allowed.
- Int :
- # total number of Replicas counted by this disruption budget
- Int :
- String :
- }