@Generated(value="org.jsonschema2pojo") public class DeploymentConfigStatus extends Object implements KubernetesResource
| Constructor and Description |
|---|
DeploymentConfigStatus()
No args constructor for use in serialization
|
DeploymentConfigStatus(Integer availableReplicas,
List<DeploymentCondition> conditions,
DeploymentDetails details,
Long latestVersion,
Long observedGeneration,
Integer readyReplicas,
Integer replicas,
Integer unavailableReplicas,
Integer updatedReplicas) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getAvailableReplicas() |
List<DeploymentCondition> |
getConditions() |
DeploymentDetails |
getDetails() |
Long |
getLatestVersion() |
Long |
getObservedGeneration() |
Integer |
getReadyReplicas() |
Integer |
getReplicas() |
Integer |
getUnavailableReplicas() |
Integer |
getUpdatedReplicas() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAvailableReplicas(Integer availableReplicas) |
void |
setConditions(List<DeploymentCondition> conditions) |
void |
setDetails(DeploymentDetails details) |
void |
setLatestVersion(Long latestVersion) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setReadyReplicas(Integer readyReplicas) |
void |
setReplicas(Integer replicas) |
void |
setUnavailableReplicas(Integer unavailableReplicas) |
void |
setUpdatedReplicas(Integer updatedReplicas) |
public DeploymentConfigStatus()
public DeploymentConfigStatus(Integer availableReplicas, List<DeploymentCondition> conditions, DeploymentDetails details, Long latestVersion, Long observedGeneration, Integer readyReplicas, Integer replicas, Integer unavailableReplicas, Integer updatedReplicas)
unavailableReplicas - latestVersion - replicas - readyReplicas - details - conditions - updatedReplicas - availableReplicas - observedGeneration - public Integer getAvailableReplicas()
public void setAvailableReplicas(Integer availableReplicas)
availableReplicas - The availableReplicaspublic List<DeploymentCondition> getConditions()
public void setConditions(List<DeploymentCondition> conditions)
conditions - The conditionspublic DeploymentDetails getDetails()
public void setDetails(DeploymentDetails details)
details - The detailspublic Long getLatestVersion()
public void setLatestVersion(Long latestVersion)
latestVersion - The latestVersionpublic Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
observedGeneration - The observedGenerationpublic Integer getReadyReplicas()
public void setReadyReplicas(Integer readyReplicas)
readyReplicas - The readyReplicaspublic Integer getReplicas()
public void setReplicas(Integer replicas)
replicas - The replicaspublic Integer getUnavailableReplicas()
public void setUnavailableReplicas(Integer unavailableReplicas)
unavailableReplicas - The unavailableReplicaspublic Integer getUpdatedReplicas()
public void setUpdatedReplicas(Integer updatedReplicas)
updatedReplicas - The updatedReplicasCopyright © 2011–2018 Red Hat. All rights reserved.