@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1alpha2IssuerSpecAcmeDns01Webhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONFIG |
static String |
SERIALIZED_NAME_GROUP_NAME |
static String |
SERIALIZED_NAME_SOLVER_NAME |
| Constructor and Description |
|---|
V1alpha2IssuerSpecAcmeDns01Webhook() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha2IssuerSpecAcmeDns01Webhook |
config(Object config) |
boolean |
equals(Object o) |
Object |
getConfig()
Additional configuration that should be passed to the webhook apiserver when challenges are
processed.
|
String |
getGroupName()
The API group name that should be used when POSTing ChallengePayload resources to the webhook
apiserver.
|
String |
getSolverName()
The name of the solver to use, as defined in the webhook provider implementation.
|
V1alpha2IssuerSpecAcmeDns01Webhook |
groupName(String groupName) |
int |
hashCode() |
void |
setConfig(Object config) |
void |
setGroupName(String groupName) |
void |
setSolverName(String solverName) |
V1alpha2IssuerSpecAcmeDns01Webhook |
solverName(String solverName) |
String |
toString() |
public static final String SERIALIZED_NAME_CONFIG
public static final String SERIALIZED_NAME_GROUP_NAME
public static final String SERIALIZED_NAME_SOLVER_NAME
public V1alpha2IssuerSpecAcmeDns01Webhook config(Object config)
@Nullable public Object getConfig()
public void setConfig(Object config)
public V1alpha2IssuerSpecAcmeDns01Webhook groupName(String groupName)
public String getGroupName()
public void setGroupName(String groupName)
public V1alpha2IssuerSpecAcmeDns01Webhook solverName(String solverName)
public String getSolverName()
public void setSolverName(String solverName)
Copyright © 2020. All rights reserved.