Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3
-
Packages that use ImageRegistryConfigStorageS3 Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of ImageRegistryConfigStorageS3 in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return ImageRegistryConfigStorageS3 Modifier and Type Method Description ImageRegistryConfigStorageS3ImageRegistryConfigStorageS3Builder. build()ImageRegistryConfigStorageS3ImageRegistryConfigStorageFluent. buildS3()ImageRegistryConfigStorageS3ImageRegistryConfigStorage. getS3()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 ImageRegistryConfigStorageS3 Modifier and Type Method Description protected voidImageRegistryConfigStorageS3Fluent. copyInstance(ImageRegistryConfigStorageS3 instance)ImageRegistryConfigStorageFluent.S3Nested<A>ImageRegistryConfigStorageFluent. editOrNewS3Like(ImageRegistryConfigStorageS3 item)voidImageRegistryConfigStorage. setS3(ImageRegistryConfigStorageS3 s3)ImageRegistryConfigStorage describes how the storage should be configured for the image registry.ImageRegistryConfigStorageFluent.S3Nested<A>ImageRegistryConfigStorageFluent. withNewS3Like(ImageRegistryConfigStorageS3 item)AImageRegistryConfigStorageFluent. withS3(ImageRegistryConfigStorageS3 s3)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigStorageS3 Constructor Description ImageRegistryConfigStorage(ImageRegistryConfigStorageAzure azure, ImageRegistryConfigStorageEmptyDir emptyDir, ImageRegistryConfigStorageGCS gcs, ImageRegistryConfigStorageIBMCOS ibmcos, String managementState, ImageRegistryConfigStorageAlibabaOSS oss, ImageRegistryConfigStoragePVC pvc, ImageRegistryConfigStorageS3 s3, ImageRegistryConfigStorageSwift swift)ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3 instance)ImageRegistryConfigStorageS3Builder(ImageRegistryConfigStorageS3Fluent<?> fluent, ImageRegistryConfigStorageS3 instance)ImageRegistryConfigStorageS3Fluent(ImageRegistryConfigStorageS3 instance)
-