public class V1ReplicaSetStatus extends Object
Constructor and Description |
---|
V1ReplicaSetStatus() |
Modifier and Type | Method and Description |
---|---|
V1ReplicaSetStatus |
addConditionsItem(V1ReplicaSetCondition conditionsItem) |
V1ReplicaSetStatus |
availableReplicas(Integer availableReplicas) |
V1ReplicaSetStatus |
conditions(List<V1ReplicaSetCondition> conditions) |
boolean |
equals(Object o) |
V1ReplicaSetStatus |
fullyLabeledReplicas(Integer fullyLabeledReplicas) |
Integer |
getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
List<V1ReplicaSetCondition> |
getConditions()
Represents the latest available observations of a replica set's current state.
|
Integer |
getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
Long |
getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
Integer |
getReadyReplicas()
The number of ready replicas for this replica set.
|
Integer |
getReplicas()
Replicas is the most recently oberved number of replicas.
|
int |
hashCode() |
V1ReplicaSetStatus |
observedGeneration(Long observedGeneration) |
V1ReplicaSetStatus |
readyReplicas(Integer readyReplicas) |
V1ReplicaSetStatus |
replicas(Integer replicas) |
void |
setAvailableReplicas(Integer availableReplicas) |
void |
setConditions(List<V1ReplicaSetCondition> conditions) |
void |
setFullyLabeledReplicas(Integer fullyLabeledReplicas) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setReadyReplicas(Integer readyReplicas) |
void |
setReplicas(Integer replicas) |
String |
toString() |
public V1ReplicaSetStatus availableReplicas(Integer availableReplicas)
public Integer getAvailableReplicas()
public void setAvailableReplicas(Integer availableReplicas)
public V1ReplicaSetStatus conditions(List<V1ReplicaSetCondition> conditions)
public V1ReplicaSetStatus addConditionsItem(V1ReplicaSetCondition conditionsItem)
public List<V1ReplicaSetCondition> getConditions()
public void setConditions(List<V1ReplicaSetCondition> conditions)
public V1ReplicaSetStatus fullyLabeledReplicas(Integer fullyLabeledReplicas)
public Integer getFullyLabeledReplicas()
public void setFullyLabeledReplicas(Integer fullyLabeledReplicas)
public V1ReplicaSetStatus observedGeneration(Long observedGeneration)
public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public V1ReplicaSetStatus readyReplicas(Integer readyReplicas)
public Integer getReadyReplicas()
public void setReadyReplicas(Integer readyReplicas)
public V1ReplicaSetStatus replicas(Integer replicas)
public Integer getReplicas()
public void setReplicas(Integer replicas)
Copyright © 2018. All rights reserved.