Package net.stickycode.kuuty.model.v18
Class IoK8sApiAutoscalingV1ScaleSpec
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAutoscalingV1ScaleSpec
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAutoscalingV1ScaleSpec extends Object
ScaleSpec describes the attributes of a scale subresource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_REPLICAS
-
Constructor Summary
Constructors Constructor Description IoK8sApiAutoscalingV1ScaleSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetReplicas()desired number of instances for the scaled object.inthashCode()IoK8sApiAutoscalingV1ScaleSpecreplicas(Integer replicas)voidsetReplicas(Integer replicas)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_REPLICAS
public static final String JSON_PROPERTY_REPLICAS
- See Also:
- Constant Field Values
-
-
Method Detail
-
replicas
public IoK8sApiAutoscalingV1ScaleSpec replicas(Integer replicas)
-
getReplicas
@Nullable public Integer getReplicas()
desired number of instances for the scaled object.- Returns:
- replicas
-
setReplicas
public void setReplicas(Integer replicas)
-
-