Package net.stickycode.kuuty.model.v18
Class IoK8sApiAutoscalingV1ScaleStatus
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAutoscalingV1ScaleStatus
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAutoscalingV1ScaleStatus extends Object
ScaleStatus represents the current status of a scale subresource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_REPLICASstatic StringJSON_PROPERTY_SELECTOR
-
Constructor Summary
Constructors Constructor Description IoK8sApiAutoscalingV1ScaleStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetReplicas()actual number of observed instances of the scaled object.StringgetSelector()label query over pods that should match the replicas count.inthashCode()IoK8sApiAutoscalingV1ScaleStatusreplicas(Integer replicas)IoK8sApiAutoscalingV1ScaleStatusselector(String selector)voidsetReplicas(Integer replicas)voidsetSelector(String selector)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_REPLICAS
public static final String JSON_PROPERTY_REPLICAS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SELECTOR
public static final String JSON_PROPERTY_SELECTOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
replicas
public IoK8sApiAutoscalingV1ScaleStatus replicas(Integer replicas)
-
getReplicas
public Integer getReplicas()
actual number of observed instances of the scaled object.- Returns:
- replicas
-
setReplicas
public void setReplicas(Integer replicas)
-
selector
public IoK8sApiAutoscalingV1ScaleStatus selector(String selector)
-
getSelector
@Nullable public String getSelector()
label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors- Returns:
- selector
-
setSelector
public void setSelector(String selector)
-
-