public class ACMEExternalAccountBindingFluent<A extends ACMEExternalAccountBindingFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ACMEExternalAccountBindingFluent.KeySecretRefNested<N> |
| Constructor and Description |
|---|
ACMEExternalAccountBindingFluent() |
ACMEExternalAccountBindingFluent(ACMEExternalAccountBinding instance) |
| Modifier and Type | Method and Description |
|---|---|
SecretKeySelector |
buildKeySecretRef() |
ACMEExternalAccountBindingFluent.KeySecretRefNested<A> |
editKeySecretRef() |
ACMEExternalAccountBindingFluent.KeySecretRefNested<A> |
editOrNewKeySecretRef() |
ACMEExternalAccountBindingFluent.KeySecretRefNested<A> |
editOrNewKeySecretRefLike(SecretKeySelector item) |
boolean |
equals(Object o) |
String |
getKeyAlgorithm() |
String |
getKeyID() |
int |
hashCode() |
boolean |
hasKeyAlgorithm() |
boolean |
hasKeyID() |
boolean |
hasKeySecretRef() |
String |
toString() |
A |
withKeyAlgorithm(String keyAlgorithm) |
A |
withKeyID(String keyID) |
A |
withKeySecretRef(SecretKeySelector keySecretRef) |
ACMEExternalAccountBindingFluent.KeySecretRefNested<A> |
withNewKeySecretRef() |
A |
withNewKeySecretRef(String key,
String name) |
ACMEExternalAccountBindingFluent.KeySecretRefNested<A> |
withNewKeySecretRefLike(SecretKeySelector item) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ACMEExternalAccountBindingFluent()
public ACMEExternalAccountBindingFluent(ACMEExternalAccountBinding instance)
public String getKeyAlgorithm()
public boolean hasKeyAlgorithm()
public String getKeyID()
public boolean hasKeyID()
public SecretKeySelector buildKeySecretRef()
public A withKeySecretRef(SecretKeySelector keySecretRef)
public boolean hasKeySecretRef()
public ACMEExternalAccountBindingFluent.KeySecretRefNested<A> withNewKeySecretRef()
public ACMEExternalAccountBindingFluent.KeySecretRefNested<A> withNewKeySecretRefLike(SecretKeySelector item)
public ACMEExternalAccountBindingFluent.KeySecretRefNested<A> editKeySecretRef()
public ACMEExternalAccountBindingFluent.KeySecretRefNested<A> editOrNewKeySecretRef()
public ACMEExternalAccountBindingFluent.KeySecretRefNested<A> editOrNewKeySecretRefLike(SecretKeySelector item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ACMEExternalAccountBindingFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ACMEExternalAccountBindingFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.