Class ClusterAutoscalerSpecRLMemory
- java.lang.Object
-
- io.fabric8.openshift.api.model.autoscaling.v1.ClusterAutoscalerSpecRLMemory
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterAutoscalerSpecRLMemoryBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterAutoscalerSpecRLMemory extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterAutoscalerSpecRLMemoryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterAutoscalerSpecRLMemory()No args constructor for use in serializationClusterAutoscalerSpecRLMemory(Integer max, Integer min)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterAutoscalerSpecRLMemoryBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetMax()Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>.IntegergetMin()Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetMax(Integer max)Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>.voidsetMin(Integer min)Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>.ClusterAutoscalerSpecRLMemoryBuildertoBuilder()
-
-
-
Method Detail
-
getMax
public Integer getMax()
Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers.
-
setMax
public void setMax(Integer max)
Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers.
-
getMin
public Integer getMin()
Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers.
-
setMin
public void setMin(Integer min)
Minimum and maximum number of GiB of memory in cluster, in the format <min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers.
-
edit
public ClusterAutoscalerSpecRLMemoryBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterAutoscalerSpecRLMemoryBuilder>
-
toBuilder
public ClusterAutoscalerSpecRLMemoryBuilder toBuilder()
-
-