public class V1beta1WebhookClientConfig extends Object
Constructor and Description |
---|
V1beta1WebhookClientConfig() |
Modifier and Type | Method and Description |
---|---|
V1beta1WebhookClientConfig |
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()
`service` is a reference to the service for this webhook.
|
String |
getUrl()
`url` gives the location of the webhook, in standard URL form (`[scheme://]host:port/path`).
|
int |
hashCode() |
V1beta1WebhookClientConfig |
service(AdmissionregistrationV1beta1ServiceReference service) |
void |
setCaBundle(byte[] caBundle) |
void |
setService(AdmissionregistrationV1beta1ServiceReference service) |
void |
setUrl(String url) |
String |
toString() |
V1beta1WebhookClientConfig |
url(String url) |
public V1beta1WebhookClientConfig caBundle(byte[] caBundle)
public byte[] getCaBundle()
public void setCaBundle(byte[] caBundle)
public V1beta1WebhookClientConfig service(AdmissionregistrationV1beta1ServiceReference service)
public AdmissionregistrationV1beta1ServiceReference getService()
public void setService(AdmissionregistrationV1beta1ServiceReference service)
public V1beta1WebhookClientConfig url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2018. All rights reserved.