Interface PodDisruptionBudgetStatusFluent<A extends PodDisruptionBudgetStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PodDisruptionBudgetFluent.StatusNested<N>
- All Known Implementing Classes:
DoneablePodDisruptionBudgetStatus,PodDisruptionBudgetFluentImpl.StatusNestedImpl,PodDisruptionBudgetStatusBuilder,PodDisruptionBudgetStatusFluentImpl
public interface PodDisruptionBudgetStatusFluent<A extends PodDisruptionBudgetStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
-
Method Details
-
getCurrentHealthy
Integer getCurrentHealthy() -
withCurrentHealthy
-
hasCurrentHealthy
Boolean hasCurrentHealthy() -
withNewCurrentHealthy
-
withNewCurrentHealthy
-
getDesiredHealthy
Integer getDesiredHealthy() -
withDesiredHealthy
-
hasDesiredHealthy
Boolean hasDesiredHealthy() -
withNewDesiredHealthy
-
withNewDesiredHealthy
-
addToDisruptedPods
-
addToDisruptedPods
-
removeFromDisruptedPods
-
removeFromDisruptedPods
-
getDisruptedPods
-
withDisruptedPods
-
hasDisruptedPods
Boolean hasDisruptedPods() -
getDisruptionsAllowed
Integer getDisruptionsAllowed() -
withDisruptionsAllowed
-
hasDisruptionsAllowed
Boolean hasDisruptionsAllowed() -
withNewDisruptionsAllowed
-
withNewDisruptionsAllowed
-
getExpectedPods
Integer getExpectedPods() -
withExpectedPods
-
hasExpectedPods
Boolean hasExpectedPods() -
withNewExpectedPods
-
withNewExpectedPods
-
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration()
-