Class GRPCAuthConfigFluent<A extends GRPCAuthConfigFluent<A>>

    • Constructor Detail

      • GRPCAuthConfigFluent

        public GRPCAuthConfigFluent()
      • GRPCAuthConfigFluent

        public GRPCAuthConfigFluent​(GRPCAuthConfig instance)
    • Method Detail

      • addAllToAllowedHeaders

        public A addAllToAllowedHeaders​(Collection<String> items)
      • addToAdditionalProperties

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

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

        public A addToAllowedHeaders​(String... items)
      • addToAllowedHeaders

        public A addToAllowedHeaders​(int index,
                                     String item)
      • copyInstance

        protected void copyInstance​(GRPCAuthConfig instance)
      • equals

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

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

        public String getAllowedHeader​(int index)
      • getAllowedHeaders

        public List<String> getAllowedHeaders()
      • getFirstAllowedHeader

        public String getFirstAllowedHeader()
      • getLastAllowedHeader

        public String getLastAllowedHeader()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasAllowedHeaders

        public boolean hasAllowedHeaders()
      • hasMatchingAllowedHeader

        public boolean hasMatchingAllowedHeader​(Predicate<String> predicate)
      • hashCode

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

        public A removeAllFromAllowedHeaders​(Collection<String> items)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

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

        public A removeFromAllowedHeaders​(String... items)
      • setToAllowedHeaders

        public A setToAllowedHeaders​(int index,
                                     String item)
      • withAdditionalProperties

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

        public A withAllowedHeaders​(List<String> allowedHeaders)
      • withAllowedHeaders

        public A withAllowedHeaders​(String... allowedHeaders)