@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1alpha1WebhookClientConfig 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 |
---|
V1alpha1WebhookClientConfig() |
Modifier and Type | Method and Description |
---|---|
V1alpha1WebhookClientConfig |
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.
|
V1alpha1ServiceReference |
getService()
Get service
|
String |
getUrl()
`url` gives the location of the webhook, in standard URL form
(`scheme://host:port/path`).
|
int |
hashCode() |
V1alpha1WebhookClientConfig |
service(V1alpha1ServiceReference service) |
void |
setCaBundle(byte[] caBundle) |
void |
setService(V1alpha1ServiceReference service) |
void |
setUrl(String url) |
String |
toString() |
V1alpha1WebhookClientConfig |
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 V1alpha1WebhookClientConfig caBundle(byte[] caBundle)
@Nullable public byte[] getCaBundle()
public void setCaBundle(byte[] caBundle)
public V1alpha1WebhookClientConfig service(V1alpha1ServiceReference service)
@Nullable public V1alpha1ServiceReference getService()
public void setService(V1alpha1ServiceReference service)
public V1alpha1WebhookClientConfig url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.