@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V1DeploymentStatus 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 |
---|
V1DeploymentStatus() |
Modifier and Type | Method and Description |
---|---|
V1DeploymentStatus |
addConditionsItem(V1DeploymentCondition conditionsItem) |
V1DeploymentStatus |
availableReplicas(Integer availableReplicas) |
V1DeploymentStatus |
collisionCount(Integer collisionCount) |
V1DeploymentStatus |
conditions(List<V1DeploymentCondition> 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<V1DeploymentCondition> |
getConditions()
Represents the latest available observations of a deployment's current state.
|
Long |
getObservedGeneration()
The generation observed by the deployment controller.
|
Integer |
getReadyReplicas()
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
|
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() |
V1DeploymentStatus |
observedGeneration(Long observedGeneration) |
V1DeploymentStatus |
readyReplicas(Integer readyReplicas) |
V1DeploymentStatus |
replicas(Integer replicas) |
void |
setAvailableReplicas(Integer availableReplicas) |
void |
setCollisionCount(Integer collisionCount) |
void |
setConditions(List<V1DeploymentCondition> conditions) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setReadyReplicas(Integer readyReplicas) |
void |
setReplicas(Integer replicas) |
void |
setUnavailableReplicas(Integer unavailableReplicas) |
void |
setUpdatedReplicas(Integer updatedReplicas) |
String |
toString() |
V1DeploymentStatus |
unavailableReplicas(Integer unavailableReplicas) |
V1DeploymentStatus |
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 V1DeploymentStatus availableReplicas(Integer availableReplicas)
@Nullable public Integer getAvailableReplicas()
public void setAvailableReplicas(Integer availableReplicas)
public V1DeploymentStatus collisionCount(Integer collisionCount)
@Nullable public Integer getCollisionCount()
public void setCollisionCount(Integer collisionCount)
public V1DeploymentStatus conditions(List<V1DeploymentCondition> conditions)
public V1DeploymentStatus addConditionsItem(V1DeploymentCondition conditionsItem)
@Nullable public List<V1DeploymentCondition> getConditions()
public void setConditions(List<V1DeploymentCondition> conditions)
public V1DeploymentStatus observedGeneration(Long observedGeneration)
@Nullable public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public V1DeploymentStatus readyReplicas(Integer readyReplicas)
@Nullable public Integer getReadyReplicas()
public void setReadyReplicas(Integer readyReplicas)
public V1DeploymentStatus replicas(Integer replicas)
@Nullable public Integer getReplicas()
public void setReplicas(Integer replicas)
public V1DeploymentStatus unavailableReplicas(Integer unavailableReplicas)
@Nullable public Integer getUnavailableReplicas()
public void setUnavailableReplicas(Integer unavailableReplicas)
public V1DeploymentStatus updatedReplicas(Integer updatedReplicas)
@Nullable public Integer getUpdatedReplicas()
public void setUpdatedReplicas(Integer updatedReplicas)
Copyright © 2022. All rights reserved.