Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ReplicationControllerStatus
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ReplicationControllerStatus
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ReplicationControllerStatus extends Object
ReplicationControllerStatus represents the current status of a replication controller.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AVAILABLE_REPLICASstatic StringJSON_PROPERTY_CONDITIONSstatic StringJSON_PROPERTY_FULLY_LABELED_REPLICASstatic StringJSON_PROPERTY_OBSERVED_GENERATIONstatic StringJSON_PROPERTY_READY_REPLICASstatic StringJSON_PROPERTY_REPLICAS
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ReplicationControllerStatus()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_AVAILABLE_REPLICAS
public static final String JSON_PROPERTY_AVAILABLE_REPLICAS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONDITIONS
public static final String JSON_PROPERTY_CONDITIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FULLY_LABELED_REPLICAS
public static final String JSON_PROPERTY_FULLY_LABELED_REPLICAS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OBSERVED_GENERATION
public static final String JSON_PROPERTY_OBSERVED_GENERATION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_READY_REPLICAS
public static final String JSON_PROPERTY_READY_REPLICAS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REPLICAS
public static final String JSON_PROPERTY_REPLICAS
- See Also:
- Constant Field Values
-
-
Method Detail
-
availableReplicas
public IoK8sApiCoreV1ReplicationControllerStatus availableReplicas(Integer availableReplicas)
-
getAvailableReplicas
@Nullable public Integer getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replication controller.- Returns:
- availableReplicas
-
setAvailableReplicas
public void setAvailableReplicas(Integer availableReplicas)
-
conditions
public IoK8sApiCoreV1ReplicationControllerStatus conditions(List<IoK8sApiCoreV1ReplicationControllerCondition> conditions)
-
addConditionsItem
public IoK8sApiCoreV1ReplicationControllerStatus addConditionsItem(IoK8sApiCoreV1ReplicationControllerCondition conditionsItem)
-
getConditions
@Nullable public List<IoK8sApiCoreV1ReplicationControllerCondition> getConditions()
Represents the latest available observations of a replication controller's current state.- Returns:
- conditions
-
setConditions
public void setConditions(List<IoK8sApiCoreV1ReplicationControllerCondition> conditions)
-
fullyLabeledReplicas
public IoK8sApiCoreV1ReplicationControllerStatus fullyLabeledReplicas(Integer fullyLabeledReplicas)
-
getFullyLabeledReplicas
@Nullable public Integer getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replication controller.- Returns:
- fullyLabeledReplicas
-
setFullyLabeledReplicas
public void setFullyLabeledReplicas(Integer fullyLabeledReplicas)
-
observedGeneration
public IoK8sApiCoreV1ReplicationControllerStatus observedGeneration(Long observedGeneration)
-
getObservedGeneration
@Nullable public Long getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed replication controller.- Returns:
- observedGeneration
-
setObservedGeneration
public void setObservedGeneration(Long observedGeneration)
-
readyReplicas
public IoK8sApiCoreV1ReplicationControllerStatus readyReplicas(Integer readyReplicas)
-
getReadyReplicas
@Nullable public Integer getReadyReplicas()
The number of ready replicas for this replication controller.- Returns:
- readyReplicas
-
setReadyReplicas
public void setReadyReplicas(Integer readyReplicas)
-
replicas
public IoK8sApiCoreV1ReplicationControllerStatus replicas(Integer replicas)
-
getReplicas
public Integer getReplicas()
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller- Returns:
- replicas
-
setReplicas
public void setReplicas(Integer replicas)
-
-