Class GCPMetadata

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<GCPMetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GCPMetadata
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GCPMetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GCPMetadata describes metadata for GCP.
    See Also:
    Serialized Form
    • Constructor Detail

      • GCPMetadata

        public GCPMetadata()
        No args constructor for use in serialization
      • GCPMetadata

        public GCPMetadata​(String key,
                           String value)
    • Method Detail

      • getKey

        public String getKey()
        key is the metadata key.
      • setKey

        public void setKey​(String key)
        key is the metadata key.
      • getValue

        public String getValue()
        value is the metadata value.
      • setValue

        public void setValue​(String value)
        value is the metadata value.
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)