Class GCPResourceLabelFluent<A extends GCPResourceLabelFluent<A>>

    • Constructor Detail

      • GCPResourceLabelFluent

        public GCPResourceLabelFluent()
      • GCPResourceLabelFluent

        public GCPResourceLabelFluent​(GCPResourceLabel instance)
    • Method Detail

      • getKey

        public String getKey()
      • withKey

        public A withKey​(String key)
      • hasKey

        public boolean hasKey()
      • getValue

        public String getValue()
      • withValue

        public A withValue​(String value)
      • hasValue

        public boolean hasValue()
      • 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 GCPResourceLabelFluent<A>>
      • hashCode

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