public interface WebhookClientConfigFluent<A extends WebhookClientConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebhookClientConfigFluent.ServiceNested<N> |
String getCaBundle()
Boolean hasCaBundle()
A withNewCaBundle(StringBuilder arg1)
A withNewCaBundle(int[] arg1, int arg2, int arg3)
A withNewCaBundle(char[] arg1)
A withNewCaBundle(StringBuffer arg1)
A withNewCaBundle(byte[] arg1, int arg2)
A withNewCaBundle(byte[] arg1)
A withNewCaBundle(char[] arg1, int arg2, int arg3)
A withNewCaBundle(byte[] arg1, int arg2, int arg3)
A withNewCaBundle(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated ServiceReference getService()
ServiceReference buildService()
A withService(ServiceReference service)
Boolean hasService()
WebhookClientConfigFluent.ServiceNested<A> withNewService()
WebhookClientConfigFluent.ServiceNested<A> withNewServiceLike(ServiceReference item)
WebhookClientConfigFluent.ServiceNested<A> editService()
WebhookClientConfigFluent.ServiceNested<A> editOrNewService()
WebhookClientConfigFluent.ServiceNested<A> editOrNewServiceLike(ServiceReference item)
String getUrl()
Boolean hasUrl()
A withNewUrl(StringBuilder arg1)
A withNewUrl(int[] arg1, int arg2, int arg3)
A withNewUrl(char[] arg1)
A withNewUrl(StringBuffer arg1)
A withNewUrl(byte[] arg1, int arg2)
A withNewUrl(byte[] arg1)
A withNewUrl(char[] arg1, int arg2, int arg3)
A withNewUrl(byte[] arg1, int arg2, int arg3)
A withNewUrl(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.