@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1StatefulSetStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COLLISION_COUNT |
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_CURRENT_REPLICAS |
static String |
SERIALIZED_NAME_CURRENT_REVISION |
static String |
SERIALIZED_NAME_OBSERVED_GENERATION |
static String |
SERIALIZED_NAME_READY_REPLICAS |
static String |
SERIALIZED_NAME_REPLICAS |
static String |
SERIALIZED_NAME_UPDATE_REVISION |
static String |
SERIALIZED_NAME_UPDATED_REPLICAS |
Constructor and Description |
---|
V1StatefulSetStatus() |
Modifier and Type | Method and Description |
---|---|
V1StatefulSetStatus |
addConditionsItem(V1StatefulSetCondition conditionsItem) |
V1StatefulSetStatus |
collisionCount(Integer collisionCount) |
V1StatefulSetStatus |
conditions(List<V1StatefulSetCondition> conditions) |
V1StatefulSetStatus |
currentReplicas(Integer currentReplicas) |
V1StatefulSetStatus |
currentRevision(String currentRevision) |
boolean |
equals(Object o) |
Integer |
getCollisionCount()
collisionCount is the count of hash collisions for the StatefulSet.
|
List<V1StatefulSetCondition> |
getConditions()
Represents the latest available observations of a statefulset's current state.
|
Integer |
getCurrentReplicas()
currentReplicas is the number of Pods created by the StatefulSet controller from the
StatefulSet version indicated by currentRevision.
|
String |
getCurrentRevision()
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods
in the sequence [0,currentReplicas).
|
Long |
getObservedGeneration()
observedGeneration is the most recent generation observed for this StatefulSet.
|
Integer |
getReadyReplicas()
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready
Condition.
|
Integer |
getReplicas()
replicas is the number of Pods created by the StatefulSet controller.
|
Integer |
getUpdatedReplicas()
updatedReplicas is the number of Pods created by the StatefulSet controller from the
StatefulSet version indicated by updateRevision.
|
String |
getUpdateRevision()
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in
the sequence [replicas-updatedReplicas,replicas)
|
int |
hashCode() |
V1StatefulSetStatus |
observedGeneration(Long observedGeneration) |
V1StatefulSetStatus |
readyReplicas(Integer readyReplicas) |
V1StatefulSetStatus |
replicas(Integer replicas) |
void |
setCollisionCount(Integer collisionCount) |
void |
setConditions(List<V1StatefulSetCondition> conditions) |
void |
setCurrentReplicas(Integer currentReplicas) |
void |
setCurrentRevision(String currentRevision) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setReadyReplicas(Integer readyReplicas) |
void |
setReplicas(Integer replicas) |
void |
setUpdatedReplicas(Integer updatedReplicas) |
void |
setUpdateRevision(String updateRevision) |
String |
toString() |
V1StatefulSetStatus |
updatedReplicas(Integer updatedReplicas) |
V1StatefulSetStatus |
updateRevision(String updateRevision) |
public static final String SERIALIZED_NAME_COLLISION_COUNT
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_CURRENT_REPLICAS
public static final String SERIALIZED_NAME_CURRENT_REVISION
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_UPDATE_REVISION
public static final String SERIALIZED_NAME_UPDATED_REPLICAS
public V1StatefulSetStatus collisionCount(Integer collisionCount)
@Nullable public Integer getCollisionCount()
public void setCollisionCount(Integer collisionCount)
public V1StatefulSetStatus conditions(List<V1StatefulSetCondition> conditions)
public V1StatefulSetStatus addConditionsItem(V1StatefulSetCondition conditionsItem)
@Nullable public List<V1StatefulSetCondition> getConditions()
public void setConditions(List<V1StatefulSetCondition> conditions)
public V1StatefulSetStatus currentReplicas(Integer currentReplicas)
@Nullable public Integer getCurrentReplicas()
public void setCurrentReplicas(Integer currentReplicas)
public V1StatefulSetStatus currentRevision(String currentRevision)
@Nullable public String getCurrentRevision()
public void setCurrentRevision(String currentRevision)
public V1StatefulSetStatus observedGeneration(Long observedGeneration)
@Nullable public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public V1StatefulSetStatus readyReplicas(Integer readyReplicas)
@Nullable public Integer getReadyReplicas()
public void setReadyReplicas(Integer readyReplicas)
public V1StatefulSetStatus replicas(Integer replicas)
public Integer getReplicas()
public void setReplicas(Integer replicas)
public V1StatefulSetStatus updateRevision(String updateRevision)
@Nullable public String getUpdateRevision()
public void setUpdateRevision(String updateRevision)
public V1StatefulSetStatus updatedReplicas(Integer updatedReplicas)
@Nullable public Integer getUpdatedReplicas()
public void setUpdatedReplicas(Integer updatedReplicas)
Copyright © 2021. All rights reserved.