Interface V1PodDisruptionBudgetStatusFluent<A extends V1PodDisruptionBudgetStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PodDisruptionBudgetFluent.StatusNested<N>
- All Known Implementing Classes:
V1PodDisruptionBudgetStatusBuilder
,V1PodDisruptionBudgetStatusFluentImpl
public interface V1PodDisruptionBudgetStatusFluent<A extends V1PodDisruptionBudgetStatusFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions
(Collection<io.kubernetes.client.openapi.models.V1Condition> items) addNewConditionLike
(io.kubernetes.client.openapi.models.V1Condition item) addToConditions
(io.kubernetes.client.openapi.models.V1Condition... items) addToConditions
(Integer index, io.kubernetes.client.openapi.models.V1Condition item) addToDisruptedPods
(String key, OffsetDateTime value) io.kubernetes.client.openapi.models.V1Condition
buildCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1Condition>
io.kubernetes.client.openapi.models.V1Condition
io.kubernetes.client.openapi.models.V1Condition
io.kubernetes.client.openapi.models.V1Condition
buildMatchingCondition
(Predicate<V1ConditionBuilder> predicate) editCondition
(Integer index) editMatchingCondition
(Predicate<V1ConditionBuilder> predicate) List<io.kubernetes.client.openapi.models.V1Condition>
Deprecated.hasMatchingCondition
(Predicate<V1ConditionBuilder> predicate) removeAllFromConditions
(Collection<io.kubernetes.client.openapi.models.V1Condition> items) removeFromConditions
(io.kubernetes.client.openapi.models.V1Condition... items) removeMatchingFromConditions
(Predicate<V1ConditionBuilder> predicate) setNewConditionLike
(Integer index, io.kubernetes.client.openapi.models.V1Condition item) setToConditions
(Integer index, io.kubernetes.client.openapi.models.V1Condition item) withConditions
(io.kubernetes.client.openapi.models.V1Condition... conditions) withConditions
(List<io.kubernetes.client.openapi.models.V1Condition> conditions) withCurrentHealthy
(Integer currentHealthy) withDesiredHealthy
(Integer desiredHealthy) <K,
V> A withDisruptedPods
(Map<String, OffsetDateTime> disruptedPods) withDisruptionsAllowed
(Integer disruptionsAllowed) withExpectedPods
(Integer expectedPods) withObservedGeneration
(Long observedGeneration)
-
Method Details
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<io.kubernetes.client.openapi.models.V1Condition> buildConditions() -
buildCondition
-
buildFirstCondition
io.kubernetes.client.openapi.models.V1Condition buildFirstCondition() -
buildLastCondition
io.kubernetes.client.openapi.models.V1Condition buildLastCondition() -
buildMatchingCondition
io.kubernetes.client.openapi.models.V1Condition buildMatchingCondition(Predicate<V1ConditionBuilder> predicate) -
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
V1PodDisruptionBudgetStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
V1PodDisruptionBudgetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1Condition item) -
setNewConditionLike
V1PodDisruptionBudgetStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1Condition item) -
editCondition
-
editFirstCondition
V1PodDisruptionBudgetStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
V1PodDisruptionBudgetStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1PodDisruptionBudgetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1ConditionBuilder> predicate) -
getCurrentHealthy
Integer getCurrentHealthy() -
withCurrentHealthy
-
hasCurrentHealthy
Boolean hasCurrentHealthy() -
getDesiredHealthy
Integer getDesiredHealthy() -
withDesiredHealthy
-
hasDesiredHealthy
Boolean hasDesiredHealthy() -
addToDisruptedPods
-
addToDisruptedPods
-
removeFromDisruptedPods
-
removeFromDisruptedPods
-
getDisruptedPods
Map<String,OffsetDateTime> getDisruptedPods() -
withDisruptedPods
-
hasDisruptedPods
Boolean hasDisruptedPods() -
getDisruptionsAllowed
Integer getDisruptionsAllowed() -
withDisruptionsAllowed
-
hasDisruptionsAllowed
Boolean hasDisruptionsAllowed() -
getExpectedPods
Integer getExpectedPods() -
withExpectedPods
-
hasExpectedPods
Boolean hasExpectedPods() -
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration()
-