Class HPAScalingPolicy

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    public class HPAScalingPolicy
    extends Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • HPAScalingPolicy

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

        public HPAScalingPolicy​(Integer periodSeconds,
                                String type,
                                Integer value)
        Parameters:
        periodSeconds -
        type -
        value -
    • Method Detail

      • getPeriodSeconds

        public Integer getPeriodSeconds()
      • setPeriodSeconds

        public void setPeriodSeconds​(Integer periodSeconds)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getValue

        public Integer getValue()
      • setValue

        public void setValue​(Integer value)
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)