Class PodDisruptionBudgetStatus
java.lang.Object
io.fabric8.kubernetes.api.model.policy.PodDisruptionBudgetStatus
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class PodDisruptionBudgetStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PodDisruptionBudgetStatus()No args constructor for use in serializationPodDisruptionBudgetStatus(Integer currentHealthy, Integer desiredHealthy, Map<String,String> disruptedPods, Integer disruptionsAllowed, Integer expectedPods, Long observedGeneration) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()IntegergetCurrentHealthy()IntegergetDesiredHealthy()Map<String,String>getDisruptedPods()IntegergetDisruptionsAllowed()IntegergetExpectedPods()LonggetObservedGeneration()voidsetAdditionalProperty(String name, Object value)voidsetCurrentHealthy(Integer currentHealthy)voidsetDesiredHealthy(Integer desiredHealthy)voidsetDisruptedPods(Map<String,String> disruptedPods)voidsetDisruptionsAllowed(Integer disruptionsAllowed)voidsetExpectedPods(Integer expectedPods)voidsetObservedGeneration(Long observedGeneration)
-
Constructor Details
-
PodDisruptionBudgetStatus
public PodDisruptionBudgetStatus()No args constructor for use in serialization -
PodDisruptionBudgetStatus
public PodDisruptionBudgetStatus(Integer currentHealthy, Integer desiredHealthy, Map<String,String> disruptedPods, Integer disruptionsAllowed, Integer expectedPods, Long observedGeneration)- Parameters:
currentHealthy-expectedPods-disruptionsAllowed-disruptedPods-observedGeneration-desiredHealthy-
-
-
Method Details
-
getCurrentHealthy
- Returns:
- The currentHealthy
-
setCurrentHealthy
- Parameters:
currentHealthy- The currentHealthy
-
getDesiredHealthy
- Returns:
- The desiredHealthy
-
setDesiredHealthy
- Parameters:
desiredHealthy- The desiredHealthy
-
getDisruptedPods
- Returns:
- The disruptedPods
-
setDisruptedPods
- Parameters:
disruptedPods- The disruptedPods
-
getDisruptionsAllowed
- Returns:
- The disruptionsAllowed
-
setDisruptionsAllowed
- Parameters:
disruptionsAllowed- The disruptionsAllowed
-
getExpectedPods
- Returns:
- The expectedPods
-
setExpectedPods
- Parameters:
expectedPods- The expectedPods
-
getObservedGeneration
- Returns:
- The observedGeneration
-
setObservedGeneration
- Parameters:
observedGeneration- The observedGeneration
-
getAdditionalProperties
-
setAdditionalProperty
-