Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.S3TrustedCASource
-
Packages that use S3TrustedCASource Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of S3TrustedCASource in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return S3TrustedCASource Modifier and Type Method Description S3TrustedCASourceS3TrustedCASourceBuilder. build()S3TrustedCASourceImageRegistryConfigStorageS3Fluent. buildTrustedCA()S3TrustedCASourceImageRegistryConfigStorageS3. getTrustedCA()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 S3TrustedCASource Modifier and Type Method Description protected voidS3TrustedCASourceFluent. copyInstance(S3TrustedCASource instance)ImageRegistryConfigStorageS3Fluent.TrustedCANested<A>ImageRegistryConfigStorageS3Fluent. editOrNewTrustedCALike(S3TrustedCASource item)voidImageRegistryConfigStorageS3. setTrustedCA(S3TrustedCASource trustedCA)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/ImageRegistryConfigStorageS3Fluent.TrustedCANested<A>ImageRegistryConfigStorageS3Fluent. withNewTrustedCALike(S3TrustedCASource item)AImageRegistryConfigStorageS3Fluent. withTrustedCA(S3TrustedCASource trustedCA)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type S3TrustedCASource Constructor Description ImageRegistryConfigStorageS3(String bucket, Integer chunkSizeMiB, ImageRegistryConfigStorageS3CloudFront cloudFront, Boolean encrypt, String keyID, String region, String regionEndpoint, S3TrustedCASource trustedCA, Boolean virtualHostedStyle)S3TrustedCASourceBuilder(S3TrustedCASource instance)S3TrustedCASourceBuilder(S3TrustedCASourceFluent<?> fluent, S3TrustedCASource instance)S3TrustedCASourceFluent(S3TrustedCASource instance)
-