Class ClusterNetworkEntry

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterNetworkEntry
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterNetworkEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterNetworkEntry is a contiguous block of IP addresses from which pod IPs are allocated.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterNetworkEntry

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

        public ClusterNetworkEntry​(String cidr,
                                   Long hostPrefix)
    • Method Detail

      • getCidr

        public String getCidr()
        The complete block for pod IPs.
      • setCidr

        public void setCidr​(String cidr)
        The complete block for pod IPs.
      • getHostPrefix

        public Long getHostPrefix()
        The size (prefix) of block to allocate to each node. If this field is not used by the plugin, it can be left unset.
      • setHostPrefix

        public void setHostPrefix​(Long hostPrefix)
        The size (prefix) of block to allocate to each node. If this field is not used by the plugin, it can be left unset.
      • getAdditionalProperties

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

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

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