public class ACMEIssuerFluent<A extends ACMEIssuerFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ACMEIssuerFluent.ExternalAccountBindingNested<N> |
class |
ACMEIssuerFluent.PrivateKeySecretRefNested<N> |
class |
ACMEIssuerFluent.SolversNested<N> |
| Constructor and Description |
|---|
ACMEIssuerFluent() |
ACMEIssuerFluent(ACMEIssuer instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ACMEIssuerFluent()
public ACMEIssuerFluent(ACMEIssuer instance)
public Boolean getDisableAccountKeyGeneration()
public A withDisableAccountKeyGeneration(Boolean disableAccountKeyGeneration)
public boolean hasDisableAccountKeyGeneration()
public String getEmail()
public boolean hasEmail()
public Boolean getEnableDurationFeature()
public boolean hasEnableDurationFeature()
public ACMEExternalAccountBinding buildExternalAccountBinding()
public A withExternalAccountBinding(ACMEExternalAccountBinding externalAccountBinding)
public boolean hasExternalAccountBinding()
public ACMEIssuerFluent.ExternalAccountBindingNested<A> withNewExternalAccountBinding()
public ACMEIssuerFluent.ExternalAccountBindingNested<A> withNewExternalAccountBindingLike(ACMEExternalAccountBinding item)
public ACMEIssuerFluent.ExternalAccountBindingNested<A> editExternalAccountBinding()
public ACMEIssuerFluent.ExternalAccountBindingNested<A> editOrNewExternalAccountBinding()
public ACMEIssuerFluent.ExternalAccountBindingNested<A> editOrNewExternalAccountBindingLike(ACMEExternalAccountBinding item)
public String getPreferredChain()
public boolean hasPreferredChain()
public SecretKeySelector buildPrivateKeySecretRef()
public A withPrivateKeySecretRef(SecretKeySelector privateKeySecretRef)
public boolean hasPrivateKeySecretRef()
public ACMEIssuerFluent.PrivateKeySecretRefNested<A> withNewPrivateKeySecretRef()
public ACMEIssuerFluent.PrivateKeySecretRefNested<A> withNewPrivateKeySecretRefLike(SecretKeySelector item)
public ACMEIssuerFluent.PrivateKeySecretRefNested<A> editPrivateKeySecretRef()
public ACMEIssuerFluent.PrivateKeySecretRefNested<A> editOrNewPrivateKeySecretRef()
public ACMEIssuerFluent.PrivateKeySecretRefNested<A> editOrNewPrivateKeySecretRefLike(SecretKeySelector item)
public String getServer()
public boolean hasServer()
public Boolean getSkipTLSVerify()
public boolean hasSkipTLSVerify()
public A addToSolvers(int index, ACMEChallengeSolver item)
public A setToSolvers(int index, ACMEChallengeSolver item)
public A addToSolvers(ACMEChallengeSolver... items)
public A addAllToSolvers(Collection<ACMEChallengeSolver> items)
public A removeFromSolvers(ACMEChallengeSolver... items)
public A removeAllFromSolvers(Collection<ACMEChallengeSolver> items)
public A removeMatchingFromSolvers(Predicate<ACMEChallengeSolverBuilder> predicate)
public List<ACMEChallengeSolver> buildSolvers()
public ACMEChallengeSolver buildSolver(int index)
public ACMEChallengeSolver buildFirstSolver()
public ACMEChallengeSolver buildLastSolver()
public ACMEChallengeSolver buildMatchingSolver(Predicate<ACMEChallengeSolverBuilder> predicate)
public boolean hasMatchingSolver(Predicate<ACMEChallengeSolverBuilder> predicate)
public A withSolvers(List<ACMEChallengeSolver> solvers)
public A withSolvers(ACMEChallengeSolver... solvers)
public boolean hasSolvers()
public ACMEIssuerFluent.SolversNested<A> addNewSolver()
public ACMEIssuerFluent.SolversNested<A> addNewSolverLike(ACMEChallengeSolver item)
public ACMEIssuerFluent.SolversNested<A> setNewSolverLike(int index, ACMEChallengeSolver item)
public ACMEIssuerFluent.SolversNested<A> editSolver(int index)
public ACMEIssuerFluent.SolversNested<A> editFirstSolver()
public ACMEIssuerFluent.SolversNested<A> editLastSolver()
public ACMEIssuerFluent.SolversNested<A> editMatchingSolver(Predicate<ACMEChallengeSolverBuilder> predicate)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ACMEIssuerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ACMEIssuerFluent<A>>public A withDisableAccountKeyGeneration()
public A withEnableDurationFeature()
public A withSkipTLSVerify()
Copyright © 2015–2023 Red Hat. All rights reserved.