Class ImageRegistryConfigStorageS3CloudFront

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigStorageS3CloudFrontBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ImageRegistryConfigStorageS3CloudFront
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigStorageS3CloudFrontBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ImageRegistryConfigStorageS3CloudFront holds the configuration to use Amazon Cloudfront as the storage middleware in a registry. https://docs.docker.com/registry/configuration/#cloudfront
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageRegistryConfigStorageS3CloudFront

        public ImageRegistryConfigStorageS3CloudFront()
        No args constructor for use in serialization
      • ImageRegistryConfigStorageS3CloudFront

        public ImageRegistryConfigStorageS3CloudFront​(String baseURL,
                                                      String duration,
                                                      String keypairID,
                                                      io.fabric8.kubernetes.api.model.SecretKeySelector privateKey)
    • Method Detail

      • getBaseURL

        public String getBaseURL()
        baseURL contains the SCHEME://HOST[/PATH] at which Cloudfront is served.
      • setBaseURL

        public void setBaseURL​(String baseURL)
        baseURL contains the SCHEME://HOST[/PATH] at which Cloudfront is served.
      • getDuration

        public String getDuration()
        ImageRegistryConfigStorageS3CloudFront holds the configuration to use Amazon Cloudfront as the storage middleware in a registry. https://docs.docker.com/registry/configuration/#cloudfront
      • setDuration

        public void setDuration​(String duration)
        ImageRegistryConfigStorageS3CloudFront holds the configuration to use Amazon Cloudfront as the storage middleware in a registry. https://docs.docker.com/registry/configuration/#cloudfront
      • getKeypairID

        public String getKeypairID()
        keypairID is key pair ID provided by AWS.
      • setKeypairID

        public void setKeypairID​(String keypairID)
        keypairID is key pair ID provided by AWS.
      • getPrivateKey

        public io.fabric8.kubernetes.api.model.SecretKeySelector getPrivateKey()
        ImageRegistryConfigStorageS3CloudFront holds the configuration to use Amazon Cloudfront as the storage middleware in a registry. https://docs.docker.com/registry/configuration/#cloudfront
      • setPrivateKey

        public void setPrivateKey​(io.fabric8.kubernetes.api.model.SecretKeySelector privateKey)
        ImageRegistryConfigStorageS3CloudFront holds the configuration to use Amazon Cloudfront as the storage middleware in a registry. https://docs.docker.com/registry/configuration/#cloudfront
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)