Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStoragePVC
-
Packages that use ImageRegistryConfigStoragePVC Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of ImageRegistryConfigStoragePVC in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return ImageRegistryConfigStoragePVC Modifier and Type Method Description ImageRegistryConfigStoragePVCImageRegistryConfigStoragePVCBuilder. build()ImageRegistryConfigStoragePVCImageRegistryConfigStorageFluent. buildPvc()ImageRegistryConfigStoragePVCImageRegistryConfigStorage. getPvc()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 ImageRegistryConfigStoragePVC Modifier and Type Method Description protected voidImageRegistryConfigStoragePVCFluent. copyInstance(ImageRegistryConfigStoragePVC instance)ImageRegistryConfigStorageFluent.PvcNested<A>ImageRegistryConfigStorageFluent. editOrNewPvcLike(ImageRegistryConfigStoragePVC item)voidImageRegistryConfigStorage. setPvc(ImageRegistryConfigStoragePVC pvc)ImageRegistryConfigStorage describes how the storage should be configured for the image registry.ImageRegistryConfigStorageFluent.PvcNested<A>ImageRegistryConfigStorageFluent. withNewPvcLike(ImageRegistryConfigStoragePVC item)AImageRegistryConfigStorageFluent. withPvc(ImageRegistryConfigStoragePVC pvc)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigStoragePVC Constructor Description ImageRegistryConfigStorage(ImageRegistryConfigStorageAzure azure, ImageRegistryConfigStorageEmptyDir emptyDir, ImageRegistryConfigStorageGCS gcs, ImageRegistryConfigStorageIBMCOS ibmcos, String managementState, ImageRegistryConfigStorageAlibabaOSS oss, ImageRegistryConfigStoragePVC pvc, ImageRegistryConfigStorageS3 s3, ImageRegistryConfigStorageSwift swift)ImageRegistryConfigStoragePVCBuilder(ImageRegistryConfigStoragePVC instance)ImageRegistryConfigStoragePVCBuilder(ImageRegistryConfigStoragePVCFluent<?> fluent, ImageRegistryConfigStoragePVC instance)ImageRegistryConfigStoragePVCFluent(ImageRegistryConfigStoragePVC instance)
-