Class ImageRegistryConfigStorageS3CloudFrontFluent<A extends ImageRegistryConfigStorageS3CloudFrontFluent<A>>

    • Constructor Detail

      • ImageRegistryConfigStorageS3CloudFrontFluent

        public ImageRegistryConfigStorageS3CloudFrontFluent()
    • Method Detail

      • getBaseURL

        public String getBaseURL()
      • withBaseURL

        public A withBaseURL​(String baseURL)
      • hasBaseURL

        public boolean hasBaseURL()
      • getDuration

        public String getDuration()
      • withDuration

        public A withDuration​(String duration)
      • hasDuration

        public boolean hasDuration()
      • getKeypairID

        public String getKeypairID()
      • withKeypairID

        public A withKeypairID​(String keypairID)
      • hasKeypairID

        public boolean hasKeypairID()
      • getPrivateKey

        public io.fabric8.kubernetes.api.model.SecretKeySelector getPrivateKey()
      • withPrivateKey

        public A withPrivateKey​(io.fabric8.kubernetes.api.model.SecretKeySelector privateKey)
      • hasPrivateKey

        public boolean hasPrivateKey()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()