public interface V1alpha1WebhookFluent<A extends V1alpha1WebhookFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1alpha1WebhookFluent.ClientConfigNested<N> |
static interface |
V1alpha1WebhookFluent.ThrottleNested<N> |
@Deprecated V1alpha1WebhookClientConfig getClientConfig()
V1alpha1WebhookClientConfig buildClientConfig()
A withClientConfig(V1alpha1WebhookClientConfig clientConfig)
Boolean hasClientConfig()
V1alpha1WebhookFluent.ClientConfigNested<A> withNewClientConfig()
V1alpha1WebhookFluent.ClientConfigNested<A> withNewClientConfigLike(V1alpha1WebhookClientConfig item)
V1alpha1WebhookFluent.ClientConfigNested<A> editClientConfig()
V1alpha1WebhookFluent.ClientConfigNested<A> editOrNewClientConfig()
V1alpha1WebhookFluent.ClientConfigNested<A> editOrNewClientConfigLike(V1alpha1WebhookClientConfig item)
@Deprecated V1alpha1WebhookThrottleConfig getThrottle()
V1alpha1WebhookThrottleConfig buildThrottle()
A withThrottle(V1alpha1WebhookThrottleConfig throttle)
Boolean hasThrottle()
V1alpha1WebhookFluent.ThrottleNested<A> withNewThrottle()
V1alpha1WebhookFluent.ThrottleNested<A> withNewThrottleLike(V1alpha1WebhookThrottleConfig item)
V1alpha1WebhookFluent.ThrottleNested<A> editThrottle()
V1alpha1WebhookFluent.ThrottleNested<A> editOrNewThrottle()
V1alpha1WebhookFluent.ThrottleNested<A> editOrNewThrottleLike(V1alpha1WebhookThrottleConfig item)
Copyright © 2019. All rights reserved.