@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1beta1PodDisruptionBudgetStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_CURRENT_HEALTHY |
static String |
SERIALIZED_NAME_DESIRED_HEALTHY |
static String |
SERIALIZED_NAME_DISRUPTED_PODS |
static String |
SERIALIZED_NAME_DISRUPTIONS_ALLOWED |
static String |
SERIALIZED_NAME_EXPECTED_PODS |
static String |
SERIALIZED_NAME_OBSERVED_GENERATION |
Constructor and Description |
---|
V1beta1PodDisruptionBudgetStatus() |
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_CURRENT_HEALTHY
public static final String SERIALIZED_NAME_DESIRED_HEALTHY
public static final String SERIALIZED_NAME_DISRUPTED_PODS
public static final String SERIALIZED_NAME_DISRUPTIONS_ALLOWED
public static final String SERIALIZED_NAME_EXPECTED_PODS
public static final String SERIALIZED_NAME_OBSERVED_GENERATION
public V1beta1PodDisruptionBudgetStatus conditions(List<V1Condition> conditions)
public V1beta1PodDisruptionBudgetStatus addConditionsItem(V1Condition conditionsItem)
@Nullable public List<V1Condition> getConditions()
public void setConditions(List<V1Condition> conditions)
public V1beta1PodDisruptionBudgetStatus currentHealthy(Integer currentHealthy)
public Integer getCurrentHealthy()
public void setCurrentHealthy(Integer currentHealthy)
public V1beta1PodDisruptionBudgetStatus desiredHealthy(Integer desiredHealthy)
public Integer getDesiredHealthy()
public void setDesiredHealthy(Integer desiredHealthy)
public V1beta1PodDisruptionBudgetStatus disruptedPods(Map<String,OffsetDateTime> disruptedPods)
public V1beta1PodDisruptionBudgetStatus putDisruptedPodsItem(String key, OffsetDateTime disruptedPodsItem)
@Nullable public Map<String,OffsetDateTime> getDisruptedPods()
public void setDisruptedPods(Map<String,OffsetDateTime> disruptedPods)
public V1beta1PodDisruptionBudgetStatus disruptionsAllowed(Integer disruptionsAllowed)
public Integer getDisruptionsAllowed()
public void setDisruptionsAllowed(Integer disruptionsAllowed)
public V1beta1PodDisruptionBudgetStatus expectedPods(Integer expectedPods)
public Integer getExpectedPods()
public void setExpectedPods(Integer expectedPods)
public V1beta1PodDisruptionBudgetStatus observedGeneration(Long observedGeneration)
@Nullable public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
Copyright © 2022. All rights reserved.