public interface ACMEIssuerDNS01ProviderRoute53Fluent<A extends ACMEIssuerDNS01ProviderRoute53Fluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ACMEIssuerDNS01ProviderRoute53Fluent.SecretAccessKeySecretRefNested<N> |
String getAccessKeyID()
Boolean hasAccessKeyID()
@Deprecated A withNewAccessKeyID(String arg0)
String getHostedZoneID()
Boolean hasHostedZoneID()
@Deprecated A withNewHostedZoneID(String arg0)
String getRegion()
Boolean hasRegion()
@Deprecated A withNewRegion(String arg0)
String getRole()
Boolean hasRole()
@Deprecated A withNewRole(String arg0)
@Deprecated SecretKeySelector getSecretAccessKeySecretRef()
SecretKeySelector buildSecretAccessKeySecretRef()
A withSecretAccessKeySecretRef(SecretKeySelector secretAccessKeySecretRef)
Boolean hasSecretAccessKeySecretRef()
ACMEIssuerDNS01ProviderRoute53Fluent.SecretAccessKeySecretRefNested<A> withNewSecretAccessKeySecretRef()
ACMEIssuerDNS01ProviderRoute53Fluent.SecretAccessKeySecretRefNested<A> withNewSecretAccessKeySecretRefLike(SecretKeySelector item)
ACMEIssuerDNS01ProviderRoute53Fluent.SecretAccessKeySecretRefNested<A> editSecretAccessKeySecretRef()
ACMEIssuerDNS01ProviderRoute53Fluent.SecretAccessKeySecretRefNested<A> editOrNewSecretAccessKeySecretRef()
ACMEIssuerDNS01ProviderRoute53Fluent.SecretAccessKeySecretRefNested<A> editOrNewSecretAccessKeySecretRefLike(SecretKeySelector item)
Copyright © 2015–2022 Red Hat. All rights reserved.