Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageGCS
-
Packages that use ImageRegistryConfigStorageGCS Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of ImageRegistryConfigStorageGCS in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return ImageRegistryConfigStorageGCS Modifier and Type Method Description ImageRegistryConfigStorageGCSImageRegistryConfigStorageGCSBuilder. build()ImageRegistryConfigStorageGCSImageRegistryConfigStorageFluent. buildGcs()ImageRegistryConfigStorageGCSImageRegistryConfigStorage. getGcs()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 ImageRegistryConfigStorageGCS Modifier and Type Method Description protected voidImageRegistryConfigStorageGCSFluent. copyInstance(ImageRegistryConfigStorageGCS instance)ImageRegistryConfigStorageFluent.GcsNested<A>ImageRegistryConfigStorageFluent. editOrNewGcsLike(ImageRegistryConfigStorageGCS item)voidImageRegistryConfigStorage. setGcs(ImageRegistryConfigStorageGCS gcs)ImageRegistryConfigStorage describes how the storage should be configured for the image registry.AImageRegistryConfigStorageFluent. withGcs(ImageRegistryConfigStorageGCS gcs)ImageRegistryConfigStorageFluent.GcsNested<A>ImageRegistryConfigStorageFluent. withNewGcsLike(ImageRegistryConfigStorageGCS item)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigStorageGCS Constructor Description ImageRegistryConfigStorage(ImageRegistryConfigStorageAzure azure, ImageRegistryConfigStorageEmptyDir emptyDir, ImageRegistryConfigStorageGCS gcs, ImageRegistryConfigStorageIBMCOS ibmcos, String managementState, ImageRegistryConfigStorageAlibabaOSS oss, ImageRegistryConfigStoragePVC pvc, ImageRegistryConfigStorageS3 s3, ImageRegistryConfigStorageSwift swift)ImageRegistryConfigStorageGCSBuilder(ImageRegistryConfigStorageGCS instance)ImageRegistryConfigStorageGCSBuilder(ImageRegistryConfigStorageGCSFluent<?> fluent, ImageRegistryConfigStorageGCS instance)ImageRegistryConfigStorageGCSFluent(ImageRegistryConfigStorageGCS instance)
-