Class IPPoolSpec

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

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

      • IPPoolSpec

        public IPPoolSpec()
        No args constructor for use in serialization
    • Method Detail

      • getAllocations

        public Map<String,​IPPoolSpecAllocations> getAllocations()
        Allocations is the set of allocated IPs for the given range. Its` indices are a direct mapping to the

        IP with the same index/offset for the pool's range.

      • setAllocations

        public void setAllocations​(Map<String,​IPPoolSpecAllocations> allocations)
        Allocations is the set of allocated IPs for the given range. Its` indices are a direct mapping to the

        IP with the same index/offset for the pool's range.

      • getRange

        public String getRange()
        Range is a RFC 4632/4291-style string that represents an IP address and prefix length in CIDR notation
      • 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
      • getAdditionalProperties

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

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

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