Class ClusterAutoscalerSpecRLCores

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ClusterAutoscalerSpecRLCoresBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterAutoscalerSpecRLCores
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterAutoscalerSpecRLCoresBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Minimum and maximum number of cores in cluster, in the format <min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterAutoscalerSpecRLCores

        public ClusterAutoscalerSpecRLCores()
        No args constructor for use in serialization
      • ClusterAutoscalerSpecRLCores

        public ClusterAutoscalerSpecRLCores​(Integer max,
                                            Integer min)
    • Method Detail

      • getMax

        public Integer getMax()
        Minimum and maximum number of cores 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 cores 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 cores 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 cores in cluster, in the format <min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)