Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageAzure
-
Packages that use ImageRegistryConfigStorageAzure Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of ImageRegistryConfigStorageAzure in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return ImageRegistryConfigStorageAzure Modifier and Type Method Description ImageRegistryConfigStorageAzureImageRegistryConfigStorageAzureBuilder. build()ImageRegistryConfigStorageAzureImageRegistryConfigStorageFluent. buildAzure()ImageRegistryConfigStorageAzureImageRegistryConfigStorage. getAzure()ImageRegistryConfigStorage describes how the storage should be configured for the image registry.Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigStorageAzure Modifier and Type Method Description protected voidImageRegistryConfigStorageAzureFluent. copyInstance(ImageRegistryConfigStorageAzure instance)ImageRegistryConfigStorageFluent.AzureNested<A>ImageRegistryConfigStorageFluent. editOrNewAzureLike(ImageRegistryConfigStorageAzure item)voidImageRegistryConfigStorage. setAzure(ImageRegistryConfigStorageAzure azure)ImageRegistryConfigStorage describes how the storage should be configured for the image registry.AImageRegistryConfigStorageFluent. withAzure(ImageRegistryConfigStorageAzure azure)ImageRegistryConfigStorageFluent.AzureNested<A>ImageRegistryConfigStorageFluent. withNewAzureLike(ImageRegistryConfigStorageAzure item)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigStorageAzure Constructor Description ImageRegistryConfigStorage(ImageRegistryConfigStorageAzure azure, ImageRegistryConfigStorageEmptyDir emptyDir, ImageRegistryConfigStorageGCS gcs, ImageRegistryConfigStorageIBMCOS ibmcos, String managementState, ImageRegistryConfigStorageAlibabaOSS oss, ImageRegistryConfigStoragePVC pvc, ImageRegistryConfigStorageS3 s3, ImageRegistryConfigStorageSwift swift)ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzure instance)ImageRegistryConfigStorageAzureBuilder(ImageRegistryConfigStorageAzureFluent<?> fluent, ImageRegistryConfigStorageAzure instance)ImageRegistryConfigStorageAzureFluent(ImageRegistryConfigStorageAzure instance)
-