Class GRPCMethodMatchFluent<A extends GRPCMethodMatchFluent<A>>

    • Constructor Detail

      • GRPCMethodMatchFluent

        public GRPCMethodMatchFluent()
      • GRPCMethodMatchFluent

        public GRPCMethodMatchFluent​(GRPCMethodMatch instance)
    • Method Detail

      • getMethod

        public String getMethod()
      • withMethod

        public A withMethod​(String method)
      • hasMethod

        public boolean hasMethod()
      • getService

        public String getService()
      • withService

        public A withService​(String service)
      • hasService

        public boolean hasService()
      • getType

        public String getType()
      • withType

        public A withType​(String type)
      • hasType

        public boolean hasType()
      • 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 GRPCMethodMatchFluent<A>>
      • hashCode

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