Class ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>

    • Constructor Detail

      • ClusterNetworkEntryFluent

        public ClusterNetworkEntryFluent()
      • ClusterNetworkEntryFluent

        public ClusterNetworkEntryFluent​(ClusterNetworkEntry instance)
    • Method Detail

      • getCIDR

        public String getCIDR()
      • withCIDR

        public A withCIDR​(String cIDR)
      • hasCIDR

        public boolean hasCIDR()
      • getHostSubnetLength

        public Long getHostSubnetLength()
      • withHostSubnetLength

        public A withHostSubnetLength​(Long hostSubnetLength)
      • hasHostSubnetLength

        public boolean hasHostSubnetLength()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterNetworkEntryFluent<A>>