@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1ReplicaSetStatus 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 |
---|
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()
readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
|
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 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 V1ReplicaSetStatus availableReplicas(Integer availableReplicas)
@Nullable public Integer getAvailableReplicas()
public void setAvailableReplicas(Integer availableReplicas)
public V1ReplicaSetStatus conditions(List<V1ReplicaSetCondition> conditions)
public V1ReplicaSetStatus addConditionsItem(V1ReplicaSetCondition conditionsItem)
@Nullable public List<V1ReplicaSetCondition> getConditions()
public void setConditions(List<V1ReplicaSetCondition> conditions)
public V1ReplicaSetStatus fullyLabeledReplicas(Integer fullyLabeledReplicas)
@Nullable public Integer getFullyLabeledReplicas()
public void setFullyLabeledReplicas(Integer fullyLabeledReplicas)
public V1ReplicaSetStatus observedGeneration(Long observedGeneration)
@Nullable public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public V1ReplicaSetStatus readyReplicas(Integer readyReplicas)
@Nullable public Integer getReadyReplicas()
public void setReadyReplicas(Integer readyReplicas)
public V1ReplicaSetStatus replicas(Integer replicas)
public Integer getReplicas()
public void setReplicas(Integer replicas)
Copyright © 2022. All rights reserved.