Class OpenStackPlatformSpecFluent<A extends OpenStackPlatformSpecFluent<A>>

    • Constructor Detail

      • OpenStackPlatformSpecFluent

        public OpenStackPlatformSpecFluent()
    • Method Detail

      • addToApiServerInternalIPs

        public A addToApiServerInternalIPs​(int index,
                                           String item)
      • setToApiServerInternalIPs

        public A setToApiServerInternalIPs​(int index,
                                           String item)
      • addToApiServerInternalIPs

        public A addToApiServerInternalIPs​(String... items)
      • addAllToApiServerInternalIPs

        public A addAllToApiServerInternalIPs​(Collection<String> items)
      • removeFromApiServerInternalIPs

        public A removeFromApiServerInternalIPs​(String... items)
      • removeAllFromApiServerInternalIPs

        public A removeAllFromApiServerInternalIPs​(Collection<String> items)
      • getApiServerInternalIPs

        public List<String> getApiServerInternalIPs()
      • getApiServerInternalIP

        public String getApiServerInternalIP​(int index)
      • getFirstApiServerInternalIP

        public String getFirstApiServerInternalIP()
      • getLastApiServerInternalIP

        public String getLastApiServerInternalIP()
      • getMatchingApiServerInternalIP

        public String getMatchingApiServerInternalIP​(Predicate<String> predicate)
      • hasMatchingApiServerInternalIP

        public boolean hasMatchingApiServerInternalIP​(Predicate<String> predicate)
      • withApiServerInternalIPs

        public A withApiServerInternalIPs​(List<String> apiServerInternalIPs)
      • withApiServerInternalIPs

        public A withApiServerInternalIPs​(String... apiServerInternalIPs)
      • hasApiServerInternalIPs

        public boolean hasApiServerInternalIPs()
      • addToIngressIPs

        public A addToIngressIPs​(int index,
                                 String item)
      • setToIngressIPs

        public A setToIngressIPs​(int index,
                                 String item)
      • addToIngressIPs

        public A addToIngressIPs​(String... items)
      • removeFromIngressIPs

        public A removeFromIngressIPs​(String... items)
      • removeAllFromIngressIPs

        public A removeAllFromIngressIPs​(Collection<String> items)
      • getIngressIPs

        public List<String> getIngressIPs()
      • getIngressIP

        public String getIngressIP​(int index)
      • getFirstIngressIP

        public String getFirstIngressIP()
      • getLastIngressIP

        public String getLastIngressIP()
      • hasMatchingIngressIP

        public boolean hasMatchingIngressIP​(Predicate<String> predicate)
      • withIngressIPs

        public A withIngressIPs​(List<String> ingressIPs)
      • withIngressIPs

        public A withIngressIPs​(String... ingressIPs)
      • hasIngressIPs

        public boolean hasIngressIPs()
      • addToMachineNetworks

        public A addToMachineNetworks​(int index,
                                      String item)
      • setToMachineNetworks

        public A setToMachineNetworks​(int index,
                                      String item)
      • addToMachineNetworks

        public A addToMachineNetworks​(String... items)
      • addAllToMachineNetworks

        public A addAllToMachineNetworks​(Collection<String> items)
      • removeFromMachineNetworks

        public A removeFromMachineNetworks​(String... items)
      • removeAllFromMachineNetworks

        public A removeAllFromMachineNetworks​(Collection<String> items)
      • getMachineNetworks

        public List<String> getMachineNetworks()
      • getMachineNetwork

        public String getMachineNetwork​(int index)
      • getFirstMachineNetwork

        public String getFirstMachineNetwork()
      • getLastMachineNetwork

        public String getLastMachineNetwork()
      • hasMatchingMachineNetwork

        public boolean hasMatchingMachineNetwork​(Predicate<String> predicate)
      • withMachineNetworks

        public A withMachineNetworks​(List<String> machineNetworks)
      • withMachineNetworks

        public A withMachineNetworks​(String... machineNetworks)
      • hasMachineNetworks

        public boolean hasMachineNetworks()
      • 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 OpenStackPlatformSpecFluent<A>>