Class IDRange

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class IDRange
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<IDRangeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
    See Also:
    Serialized Form
    • Constructor Detail

      • IDRange

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

        public IDRange​(Long max,
                       Long min)
    • Method Detail

      • getMax

        public Long getMax()
        max is the end of the range, inclusive.
      • setMax

        public void setMax​(Long max)
        max is the end of the range, inclusive.
      • getMin

        public Long getMin()
        min is the start of the range, inclusive.
      • setMin

        public void setMin​(Long min)
        min is the start of the range, inclusive.
      • getAdditionalProperties

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

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

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