@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class ExtensionsV1beta1DeploymentStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AVAILABLE_REPLICAS |
static String |
SERIALIZED_NAME_COLLISION_COUNT |
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_OBSERVED_GENERATION |
static String |
SERIALIZED_NAME_READY_REPLICAS |
static String |
SERIALIZED_NAME_REPLICAS |
static String |
SERIALIZED_NAME_UNAVAILABLE_REPLICAS |
static String |
SERIALIZED_NAME_UPDATED_REPLICAS |
Constructor and Description |
---|
ExtensionsV1beta1DeploymentStatus() |
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1DeploymentStatus |
addConditionsItem(ExtensionsV1beta1DeploymentCondition conditionsItem) |
ExtensionsV1beta1DeploymentStatus |
availableReplicas(Integer availableReplicas) |
ExtensionsV1beta1DeploymentStatus |
collisionCount(Integer collisionCount) |
ExtensionsV1beta1DeploymentStatus |
conditions(List<ExtensionsV1beta1DeploymentCondition> conditions) |
boolean |
equals(Object o) |
Integer |
getAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
Integer |
getCollisionCount()
Count of hash collisions for the Deployment.
|
List<ExtensionsV1beta1DeploymentCondition> |
getConditions()
Represents the latest available observations of a deployment's current state.
|
Long |
getObservedGeneration()
The generation observed by the deployment controller.
|
Integer |
getReadyReplicas()
Total number of ready pods targeted by this deployment.
|
Integer |
getReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
Integer |
getUnavailableReplicas()
Total number of unavailable pods targeted by this deployment.
|
Integer |
getUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
int |
hashCode() |
ExtensionsV1beta1DeploymentStatus |
observedGeneration(Long observedGeneration) |
ExtensionsV1beta1DeploymentStatus |
readyReplicas(Integer readyReplicas) |
ExtensionsV1beta1DeploymentStatus |
replicas(Integer replicas) |
void |
setAvailableReplicas(Integer availableReplicas) |
void |
setCollisionCount(Integer collisionCount) |
void |
setConditions(List<ExtensionsV1beta1DeploymentCondition> conditions) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setReadyReplicas(Integer readyReplicas) |
void |
setReplicas(Integer replicas) |
void |
setUnavailableReplicas(Integer unavailableReplicas) |
void |
setUpdatedReplicas(Integer updatedReplicas) |
String |
toString() |
ExtensionsV1beta1DeploymentStatus |
unavailableReplicas(Integer unavailableReplicas) |
ExtensionsV1beta1DeploymentStatus |
updatedReplicas(Integer updatedReplicas) |
public static final String SERIALIZED_NAME_AVAILABLE_REPLICAS
public static final String SERIALIZED_NAME_COLLISION_COUNT
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_OBSERVED_GENERATION
public static final String SERIALIZED_NAME_READY_REPLICAS
public static final String SERIALIZED_NAME_REPLICAS
public static final String SERIALIZED_NAME_UNAVAILABLE_REPLICAS
public static final String SERIALIZED_NAME_UPDATED_REPLICAS
public ExtensionsV1beta1DeploymentStatus availableReplicas(Integer availableReplicas)
@Nullable public Integer getAvailableReplicas()
public void setAvailableReplicas(Integer availableReplicas)
public ExtensionsV1beta1DeploymentStatus collisionCount(Integer collisionCount)
@Nullable public Integer getCollisionCount()
public void setCollisionCount(Integer collisionCount)
public ExtensionsV1beta1DeploymentStatus conditions(List<ExtensionsV1beta1DeploymentCondition> conditions)
public ExtensionsV1beta1DeploymentStatus addConditionsItem(ExtensionsV1beta1DeploymentCondition conditionsItem)
@Nullable public List<ExtensionsV1beta1DeploymentCondition> getConditions()
public void setConditions(List<ExtensionsV1beta1DeploymentCondition> conditions)
public ExtensionsV1beta1DeploymentStatus observedGeneration(Long observedGeneration)
@Nullable public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public ExtensionsV1beta1DeploymentStatus readyReplicas(Integer readyReplicas)
@Nullable public Integer getReadyReplicas()
public void setReadyReplicas(Integer readyReplicas)
public ExtensionsV1beta1DeploymentStatus replicas(Integer replicas)
@Nullable public Integer getReplicas()
public void setReplicas(Integer replicas)
public ExtensionsV1beta1DeploymentStatus unavailableReplicas(Integer unavailableReplicas)
@Nullable public Integer getUnavailableReplicas()
public void setUnavailableReplicas(Integer unavailableReplicas)
public ExtensionsV1beta1DeploymentStatus updatedReplicas(Integer updatedReplicas)
@Nullable public Integer getUpdatedReplicas()
public void setUpdatedReplicas(Integer updatedReplicas)
Copyright © 2019. All rights reserved.