public class V1beta1PodDisruptionBudgetStatusFluentImpl<A extends V1beta1PodDisruptionBudgetStatusFluent<A>> extends BaseFluent<A> implements V1beta1PodDisruptionBudgetStatusFluent<A>
_visitables| Constructor and Description |
|---|
V1beta1PodDisruptionBudgetStatusFluentImpl() |
V1beta1PodDisruptionBudgetStatusFluentImpl(V1beta1PodDisruptionBudgetStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToDisruptedPods(Map<String,OffsetDateTime> map) |
A |
addToDisruptedPods(String key,
OffsetDateTime value) |
boolean |
equals(Object o) |
Integer |
getCurrentHealthy() |
Integer |
getDesiredHealthy() |
Map<String,OffsetDateTime> |
getDisruptedPods() |
Integer |
getDisruptionsAllowed() |
Integer |
getExpectedPods() |
Long |
getObservedGeneration() |
Boolean |
hasCurrentHealthy() |
Boolean |
hasDesiredHealthy() |
Boolean |
hasDisruptedPods() |
Boolean |
hasDisruptionsAllowed() |
Boolean |
hasExpectedPods() |
int |
hashCode() |
Boolean |
hasObservedGeneration() |
A |
removeFromDisruptedPods(Map<String,OffsetDateTime> map) |
A |
removeFromDisruptedPods(String key) |
A |
withCurrentHealthy(Integer currentHealthy) |
A |
withDesiredHealthy(Integer desiredHealthy) |
A |
withDisruptedPods(Map<String,OffsetDateTime> disruptedPods) |
A |
withDisruptionsAllowed(Integer disruptionsAllowed) |
A |
withExpectedPods(Integer expectedPods) |
A |
withObservedGeneration(Long observedGeneration) |
public V1beta1PodDisruptionBudgetStatusFluentImpl()
public V1beta1PodDisruptionBudgetStatusFluentImpl(V1beta1PodDisruptionBudgetStatus instance)
public Integer getCurrentHealthy()
getCurrentHealthy in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A withCurrentHealthy(Integer currentHealthy)
withCurrentHealthy in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Boolean hasCurrentHealthy()
hasCurrentHealthy in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Integer getDesiredHealthy()
getDesiredHealthy in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A withDesiredHealthy(Integer desiredHealthy)
withDesiredHealthy in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Boolean hasDesiredHealthy()
hasDesiredHealthy in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A addToDisruptedPods(String key, OffsetDateTime value)
addToDisruptedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A addToDisruptedPods(Map<String,OffsetDateTime> map)
addToDisruptedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A removeFromDisruptedPods(String key)
removeFromDisruptedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A removeFromDisruptedPods(Map<String,OffsetDateTime> map)
removeFromDisruptedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Map<String,OffsetDateTime> getDisruptedPods()
getDisruptedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A withDisruptedPods(Map<String,OffsetDateTime> disruptedPods)
withDisruptedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Boolean hasDisruptedPods()
hasDisruptedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Integer getDisruptionsAllowed()
getDisruptionsAllowed in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A withDisruptionsAllowed(Integer disruptionsAllowed)
withDisruptionsAllowed in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Boolean hasDisruptionsAllowed()
hasDisruptionsAllowed in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Integer getExpectedPods()
getExpectedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A withExpectedPods(Integer expectedPods)
withExpectedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Boolean hasExpectedPods()
hasExpectedPods in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface V1beta1PodDisruptionBudgetStatusFluent<A extends V1beta1PodDisruptionBudgetStatusFluent<A>>Copyright © 2021. All rights reserved.