public interface ImageRegistryConfigStorageS3CloudFrontFluent<A extends ImageRegistryConfigStorageS3CloudFrontFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURL() |
io.fabric8.kubernetes.api.model.Duration |
getDuration() |
String |
getKeypairID() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getPrivateKey() |
Boolean |
hasBaseURL() |
Boolean |
hasDuration() |
Boolean |
hasKeypairID() |
Boolean |
hasPrivateKey() |
A |
withBaseURL(String baseURL) |
A |
withDuration(io.fabric8.kubernetes.api.model.Duration duration) |
A |
withKeypairID(String keypairID) |
A |
withNewBaseURL(String arg0)
Deprecated.
|
A |
withNewKeypairID(String arg0)
Deprecated.
|
A |
withNewPrivateKey(String key,
String name,
Boolean optional) |
A |
withPrivateKey(io.fabric8.kubernetes.api.model.SecretKeySelector privateKey) |
String getBaseURL()
Boolean hasBaseURL()
@Deprecated A withNewBaseURL(String arg0)
io.fabric8.kubernetes.api.model.Duration getDuration()
A withDuration(io.fabric8.kubernetes.api.model.Duration duration)
Boolean hasDuration()
String getKeypairID()
Boolean hasKeypairID()
@Deprecated A withNewKeypairID(String arg0)
io.fabric8.kubernetes.api.model.SecretKeySelector getPrivateKey()
A withPrivateKey(io.fabric8.kubernetes.api.model.SecretKeySelector privateKey)
Boolean hasPrivateKey()
Copyright © 2015–2020 Red Hat. All rights reserved.