Class AzureResourceTag

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AzureResourceTag
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AzureResourceTagBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AzureResourceTag is a tag to apply to Azure resources created for the cluster.
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureResourceTag

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

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

      • getKey

        public String getKey()
        key is the key part of the tag. A tag key can have a maximum of 128 characters and cannot be empty. Key must begin with a letter, end with a letter, number or underscore, and must contain only alphanumeric characters and the following special characters `_ . -`.
      • setKey

        public void setKey​(String key)
        key is the key part of the tag. A tag key can have a maximum of 128 characters and cannot be empty. Key must begin with a letter, end with a letter, number or underscore, and must contain only alphanumeric characters and the following special characters `_ . -`.
      • getValue

        public String getValue()
        value is the value part of the tag. A tag value can have a maximum of 256 characters and cannot be empty. Value must contain only alphanumeric characters and the following special characters `_ + , - . / : ; < = > ? @`.
      • setValue

        public void setValue​(String value)
        value is the value part of the tag. A tag value can have a maximum of 256 characters and cannot be empty. Value must contain only alphanumeric characters and the following special characters `_ + , - . / : ; < = > ? @`.
      • getAdditionalProperties

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

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

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