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