public class V1beta1StatefulSetStatus extends Object
Constructor and Description |
---|
V1beta1StatefulSetStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getObservedGeneration()
most recent generation observed by this StatefulSet.
|
Integer |
getReplicas()
Replicas is the number of actual replicas.
|
int |
hashCode() |
V1beta1StatefulSetStatus |
observedGeneration(Long observedGeneration) |
V1beta1StatefulSetStatus |
replicas(Integer replicas) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setReplicas(Integer replicas) |
String |
toString() |
public V1beta1StatefulSetStatus observedGeneration(Long observedGeneration)
public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public V1beta1StatefulSetStatus replicas(Integer replicas)
public Integer getReplicas()
public void setReplicas(Integer replicas)
Copyright © 2017. All rights reserved.