Class ImageRegistryConfigStorageAzure

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ImageRegistryConfigStorageAzure
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigStorageAzureBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageRegistryConfigStorageAzure

        public ImageRegistryConfigStorageAzure()
        No args constructor for use in serialization
    • Method Detail

      • getAccountName

        public String getAccountName()
        accountName defines the account to be used by the registry.
      • setAccountName

        public void setAccountName​(String accountName)
        accountName defines the account to be used by the registry.
      • getCloudName

        public String getCloudName()
        cloudName is the name of the Azure cloud environment to be used by the registry. If empty, the operator will set it based on the infrastructure object.
      • setCloudName

        public void setCloudName​(String cloudName)
        cloudName is the name of the Azure cloud environment to be used by the registry. If empty, the operator will set it based on the infrastructure object.
      • getContainer

        public String getContainer()
        container defines Azure's container to be used by registry.
      • setContainer

        public void setContainer​(String container)
        container defines Azure's container to be used by registry.
      • getNetworkAccess

        public AzureNetworkAccess getNetworkAccess()
        ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.
      • setNetworkAccess

        public void setNetworkAccess​(AzureNetworkAccess networkAccess)
        ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.
      • getAdditionalProperties

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

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

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