Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageS3CloudFront
-
Packages that use ImageRegistryConfigStorageS3CloudFront Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of ImageRegistryConfigStorageS3CloudFront in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return ImageRegistryConfigStorageS3CloudFront Modifier and Type Method Description ImageRegistryConfigStorageS3CloudFrontImageRegistryConfigStorageS3CloudFrontBuilder. build()ImageRegistryConfigStorageS3CloudFrontImageRegistryConfigStorageS3Fluent. buildCloudFront()ImageRegistryConfigStorageS3CloudFrontImageRegistryConfigStorageS3. getCloudFront()ImageRegistryConfigStorageS3 holds the information to configure the registry to use the AWS S3 service for backend storage https://docs.docker.com/registry/storage-drivers/s3/Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigStorageS3CloudFront Modifier and Type Method Description protected voidImageRegistryConfigStorageS3CloudFrontFluent. copyInstance(ImageRegistryConfigStorageS3CloudFront instance)ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A>ImageRegistryConfigStorageS3Fluent. editOrNewCloudFrontLike(ImageRegistryConfigStorageS3CloudFront item)voidImageRegistryConfigStorageS3. setCloudFront(ImageRegistryConfigStorageS3CloudFront cloudFront)ImageRegistryConfigStorageS3 holds the information to configure the registry to use the AWS S3 service for backend storage https://docs.docker.com/registry/storage-drivers/s3/AImageRegistryConfigStorageS3Fluent. withCloudFront(ImageRegistryConfigStorageS3CloudFront cloudFront)ImageRegistryConfigStorageS3Fluent.CloudFrontNested<A>ImageRegistryConfigStorageS3Fluent. withNewCloudFrontLike(ImageRegistryConfigStorageS3CloudFront item)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigStorageS3CloudFront Constructor Description ImageRegistryConfigStorageS3(String bucket, Integer chunkSizeMiB, ImageRegistryConfigStorageS3CloudFront cloudFront, Boolean encrypt, String keyID, String region, String regionEndpoint, S3TrustedCASource trustedCA, Boolean virtualHostedStyle)ImageRegistryConfigStorageS3CloudFrontBuilder(ImageRegistryConfigStorageS3CloudFront instance)ImageRegistryConfigStorageS3CloudFrontBuilder(ImageRegistryConfigStorageS3CloudFrontFluent<?> fluent, ImageRegistryConfigStorageS3CloudFront instance)ImageRegistryConfigStorageS3CloudFrontFluent(ImageRegistryConfigStorageS3CloudFront instance)
-