@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V1ReplicationControllerStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AVAILABLE_REPLICAS |
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_FULLY_LABELED_REPLICAS |
static String |
SERIALIZED_NAME_OBSERVED_GENERATION |
static String |
SERIALIZED_NAME_READY_REPLICAS |
static String |
SERIALIZED_NAME_REPLICAS |
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 static final String SERIALIZED_NAME_AVAILABLE_REPLICAS
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_FULLY_LABELED_REPLICAS
public static final String SERIALIZED_NAME_OBSERVED_GENERATION
public static final String SERIALIZED_NAME_READY_REPLICAS
public static final String SERIALIZED_NAME_REPLICAS
public V1ReplicationControllerStatus availableReplicas(Integer availableReplicas)
@Nullable public Integer getAvailableReplicas()
public void setAvailableReplicas(Integer availableReplicas)
public V1ReplicationControllerStatus conditions(List<V1ReplicationControllerCondition> conditions)
public V1ReplicationControllerStatus addConditionsItem(V1ReplicationControllerCondition conditionsItem)
@Nullable public List<V1ReplicationControllerCondition> getConditions()
public void setConditions(List<V1ReplicationControllerCondition> conditions)
public V1ReplicationControllerStatus fullyLabeledReplicas(Integer fullyLabeledReplicas)
@Nullable public Integer getFullyLabeledReplicas()
public void setFullyLabeledReplicas(Integer fullyLabeledReplicas)
public V1ReplicationControllerStatus observedGeneration(Long observedGeneration)
@Nullable public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public V1ReplicationControllerStatus readyReplicas(Integer readyReplicas)
@Nullable public Integer getReadyReplicas()
public void setReadyReplicas(Integer readyReplicas)
public V1ReplicationControllerStatus replicas(Integer replicas)
public Integer getReplicas()
public void setReplicas(Integer replicas)
Copyright © 2022. All rights reserved.