Class OvirtPlatformStatusFluent<A extends OvirtPlatformStatusFluent<A>>

    • Constructor Detail

      • OvirtPlatformStatusFluent

        public OvirtPlatformStatusFluent()
      • OvirtPlatformStatusFluent

        public OvirtPlatformStatusFluent​(OvirtPlatformStatus instance)
    • Method Detail

      • getApiServerInternalIP

        public String getApiServerInternalIP()
      • withApiServerInternalIP

        public A withApiServerInternalIP​(String apiServerInternalIP)
      • hasApiServerInternalIP

        public boolean hasApiServerInternalIP()
      • 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()
      • getIngressIP

        public String getIngressIP()
      • withIngressIP

        public A withIngressIP​(String ingressIP)
      • hasIngressIP

        public boolean hasIngressIP()
      • 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()
      • hasLoadBalancer

        public boolean hasLoadBalancer()
      • withNewLoadBalancer

        public A withNewLoadBalancer​(String type)
      • getNodeDNSIP

        public String getNodeDNSIP()
      • withNodeDNSIP

        public A withNodeDNSIP​(String nodeDNSIP)
      • hasNodeDNSIP

        public boolean hasNodeDNSIP()
      • 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 OvirtPlatformStatusFluent<A>>