Class NodeSlicePoolSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NodeSlicePoolSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NodeSlicePoolSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NodeSlicePoolSpec defines the desired state of NodeSlicePool
    See Also:
    Serialized Form
    • Constructor Detail

      • NodeSlicePoolSpec

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

        public NodeSlicePoolSpec​(String range,
                                 String sliceSize)
    • Method Detail

      • getRange

        public String getRange()
        Range is a RFC 4632/4291-style string that represents an IP address and prefix length in CIDR notation

        this refers to the entire range where the node is allocated a subset

      • setRange

        public void setRange​(String range)
        Range is a RFC 4632/4291-style string that represents an IP address and prefix length in CIDR notation

        this refers to the entire range where the node is allocated a subset

      • getSliceSize

        public String getSliceSize()
        SliceSize is the size of subnets or slices of the range that each node will be assigned
      • setSliceSize

        public void setSliceSize​(String sliceSize)
        SliceSize is the size of subnets or slices of the range that each node will be assigned
      • getAdditionalProperties

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

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

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