@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class AdmissionregistrationV1beta1WebhookClientConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CA_BUNDLE |
static String |
SERIALIZED_NAME_SERVICE |
static String |
SERIALIZED_NAME_URL |
Constructor and Description |
---|
AdmissionregistrationV1beta1WebhookClientConfig() |
Modifier and Type | Method and Description |
---|---|
AdmissionregistrationV1beta1WebhookClientConfig |
caBundle(byte[] caBundle) |
boolean |
equals(Object o) |
byte[] |
getCaBundle()
`caBundle` is a PEM encoded CA bundle which will be used to validate the
webhook's server certificate.
|
AdmissionregistrationV1beta1ServiceReference |
getService()
Get service
|
String |
getUrl()
`url` gives the location of the webhook, in standard URL form
(`scheme://host:port/path`).
|
int |
hashCode() |
AdmissionregistrationV1beta1WebhookClientConfig |
service(AdmissionregistrationV1beta1ServiceReference service) |
void |
setCaBundle(byte[] caBundle) |
void |
setService(AdmissionregistrationV1beta1ServiceReference service) |
void |
setUrl(String url) |
String |
toString() |
AdmissionregistrationV1beta1WebhookClientConfig |
url(String url) |
public static final String SERIALIZED_NAME_CA_BUNDLE
public static final String SERIALIZED_NAME_SERVICE
public static final String SERIALIZED_NAME_URL
public AdmissionregistrationV1beta1WebhookClientConfig()
public AdmissionregistrationV1beta1WebhookClientConfig caBundle(byte[] caBundle)
@Nullable public byte[] getCaBundle()
public void setCaBundle(byte[] caBundle)
public AdmissionregistrationV1beta1WebhookClientConfig service(AdmissionregistrationV1beta1ServiceReference service)
@Nullable public AdmissionregistrationV1beta1ServiceReference getService()
public void setService(AdmissionregistrationV1beta1ServiceReference service)
public AdmissionregistrationV1beta1WebhookClientConfig url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.