public interface ImageRegistryConfigStorageS3CloudFrontFluent<A extends ImageRegistryConfigStorageS3CloudFrontFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBaseURL() |
io.fabric8.kubernetes.api.model.Duration |
getDuration() |
String |
getKeypairID() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getPrivateKey() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasBaseURL() |
Boolean |
hasDuration() |
Boolean |
hasKeypairID() |
Boolean |
hasPrivateKey() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBaseURL(String baseURL) |
A |
withDuration(io.fabric8.kubernetes.api.model.Duration duration) |
A |
withKeypairID(String keypairID) |
A |
withNewPrivateKey(String key,
String name,
Boolean optional) |
A |
withPrivateKey(io.fabric8.kubernetes.api.model.SecretKeySelector privateKey) |
String getBaseURL()
Boolean hasBaseURL()
io.fabric8.kubernetes.api.model.Duration getDuration()
A withDuration(io.fabric8.kubernetes.api.model.Duration duration)
Boolean hasDuration()
String getKeypairID()
Boolean hasKeypairID()
io.fabric8.kubernetes.api.model.SecretKeySelector getPrivateKey()
A withPrivateKey(io.fabric8.kubernetes.api.model.SecretKeySelector privateKey)
Boolean hasPrivateKey()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.