Class ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>

    • Constructor Detail

      • ExternalIPPolicyFluent

        public ExternalIPPolicyFluent()
      • ExternalIPPolicyFluent

        public ExternalIPPolicyFluent​(ExternalIPPolicy instance)
    • Method Detail

      • addToAllowedCIDRs

        public A addToAllowedCIDRs​(int index,
                                   String item)
      • setToAllowedCIDRs

        public A setToAllowedCIDRs​(int index,
                                   String item)
      • addToAllowedCIDRs

        public A addToAllowedCIDRs​(String... items)
      • removeFromAllowedCIDRs

        public A removeFromAllowedCIDRs​(String... items)
      • removeAllFromAllowedCIDRs

        public A removeAllFromAllowedCIDRs​(Collection<String> items)
      • getAllowedCIDRs

        public List<String> getAllowedCIDRs()
      • getAllowedCIDR

        public String getAllowedCIDR​(int index)
      • getFirstAllowedCIDR

        public String getFirstAllowedCIDR()
      • getLastAllowedCIDR

        public String getLastAllowedCIDR()
      • hasMatchingAllowedCIDR

        public boolean hasMatchingAllowedCIDR​(Predicate<String> predicate)
      • withAllowedCIDRs

        public A withAllowedCIDRs​(List<String> allowedCIDRs)
      • withAllowedCIDRs

        public A withAllowedCIDRs​(String... allowedCIDRs)
      • hasAllowedCIDRs

        public boolean hasAllowedCIDRs()
      • addToRejectedCIDRs

        public A addToRejectedCIDRs​(int index,
                                    String item)
      • setToRejectedCIDRs

        public A setToRejectedCIDRs​(int index,
                                    String item)
      • addToRejectedCIDRs

        public A addToRejectedCIDRs​(String... items)
      • addAllToRejectedCIDRs

        public A addAllToRejectedCIDRs​(Collection<String> items)
      • removeFromRejectedCIDRs

        public A removeFromRejectedCIDRs​(String... items)
      • removeAllFromRejectedCIDRs

        public A removeAllFromRejectedCIDRs​(Collection<String> items)
      • getRejectedCIDRs

        public List<String> getRejectedCIDRs()
      • getRejectedCIDR

        public String getRejectedCIDR​(int index)
      • getFirstRejectedCIDR

        public String getFirstRejectedCIDR()
      • getLastRejectedCIDR

        public String getLastRejectedCIDR()
      • hasMatchingRejectedCIDR

        public boolean hasMatchingRejectedCIDR​(Predicate<String> predicate)
      • withRejectedCIDRs

        public A withRejectedCIDRs​(List<String> rejectedCIDRs)
      • withRejectedCIDRs

        public A withRejectedCIDRs​(String... rejectedCIDRs)
      • hasRejectedCIDRs

        public boolean hasRejectedCIDRs()
      • 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()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExternalIPPolicyFluent<A>>
      • hashCode

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