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