public class V1StatefulSetStatus extends Object
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 V1StatefulSetStatus collisionCount(Integer collisionCount)
public Integer getCollisionCount()
public void setCollisionCount(Integer collisionCount)
public V1StatefulSetStatus conditions(List<V1StatefulSetCondition> conditions)
public V1StatefulSetStatus addConditionsItem(V1StatefulSetCondition conditionsItem)
public List<V1StatefulSetCondition> getConditions()
public void setConditions(List<V1StatefulSetCondition> conditions)
public V1StatefulSetStatus currentReplicas(Integer currentReplicas)
public Integer getCurrentReplicas()
public void setCurrentReplicas(Integer currentReplicas)
public V1StatefulSetStatus currentRevision(String currentRevision)
public String getCurrentRevision()
public void setCurrentRevision(String currentRevision)
public V1StatefulSetStatus observedGeneration(Long observedGeneration)
public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public V1StatefulSetStatus readyReplicas(Integer readyReplicas)
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)
public String getUpdateRevision()
public void setUpdateRevision(String updateRevision)
public V1StatefulSetStatus updatedReplicas(Integer updatedReplicas)
public Integer getUpdatedReplicas()
public void setUpdatedReplicas(Integer updatedReplicas)
Copyright © 2019. All rights reserved.