Class OperatorGroupStatusFluent<A extends OperatorGroupStatusFluent<A>>

    • Constructor Detail

      • OperatorGroupStatusFluent

        public OperatorGroupStatusFluent()
      • OperatorGroupStatusFluent

        public OperatorGroupStatusFluent​(OperatorGroupStatus instance)
    • Method Detail

      • getLastUpdated

        public String getLastUpdated()
      • withLastUpdated

        public A withLastUpdated​(String lastUpdated)
      • hasLastUpdated

        public boolean hasLastUpdated()
      • addToNamespaces

        public A addToNamespaces​(int index,
                                 String item)
      • setToNamespaces

        public A setToNamespaces​(int index,
                                 String item)
      • addToNamespaces

        public A addToNamespaces​(String... items)
      • removeFromNamespaces

        public A removeFromNamespaces​(String... items)
      • removeAllFromNamespaces

        public A removeAllFromNamespaces​(Collection<String> items)
      • getNamespaces

        public List<String> getNamespaces()
      • getNamespace

        public String getNamespace​(int index)
      • getFirstNamespace

        public String getFirstNamespace()
      • getLastNamespace

        public String getLastNamespace()
      • hasMatchingNamespace

        public boolean hasMatchingNamespace​(Predicate<String> predicate)
      • withNamespaces

        public A withNamespaces​(List<String> namespaces)
      • withNamespaces

        public A withNamespaces​(String... namespaces)
      • hasNamespaces

        public boolean hasNamespaces()
      • buildServiceAccountRef

        public io.fabric8.kubernetes.api.model.ObjectReference buildServiceAccountRef()
      • withServiceAccountRef

        public A withServiceAccountRef​(io.fabric8.kubernetes.api.model.ObjectReference serviceAccountRef)
      • hasServiceAccountRef

        public boolean hasServiceAccountRef()
      • 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 OperatorGroupStatusFluent<A>>