public interface ACMEIssuerDNS01ProviderWebhookFluent<A extends ACMEIssuerDNS01ProviderWebhookFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getConfig() |
String |
getGroupName() |
String |
getSolverName() |
Boolean |
hasConfig() |
Boolean |
hasGroupName() |
Boolean |
hasSolverName() |
A |
withConfig(com.fasterxml.jackson.databind.JsonNode config) |
A |
withGroupName(String groupName) |
A |
withNewGroupName(String arg0)
Deprecated.
|
A |
withNewSolverName(String arg0)
Deprecated.
|
A |
withSolverName(String solverName) |
com.fasterxml.jackson.databind.JsonNode getConfig()
A withConfig(com.fasterxml.jackson.databind.JsonNode config)
Boolean hasConfig()
String getGroupName()
Boolean hasGroupName()
@Deprecated A withNewGroupName(String arg0)
String getSolverName()
Boolean hasSolverName()
@Deprecated A withNewSolverName(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.