public class V1alpha1Webhook extends Object
Constructor and Description |
---|
V1alpha1Webhook() |
Modifier and Type | Method and Description |
---|---|
V1alpha1Webhook |
clientConfig(V1alpha1WebhookClientConfig clientConfig) |
boolean |
equals(Object o) |
V1alpha1WebhookClientConfig |
getClientConfig()
ClientConfig holds the connection parameters for the webhook required
|
V1alpha1WebhookThrottleConfig |
getThrottle()
Throttle holds the options for throttling the webhook
|
int |
hashCode() |
void |
setClientConfig(V1alpha1WebhookClientConfig clientConfig) |
void |
setThrottle(V1alpha1WebhookThrottleConfig throttle) |
V1alpha1Webhook |
throttle(V1alpha1WebhookThrottleConfig throttle) |
String |
toString() |
public V1alpha1Webhook clientConfig(V1alpha1WebhookClientConfig clientConfig)
public V1alpha1WebhookClientConfig getClientConfig()
public void setClientConfig(V1alpha1WebhookClientConfig clientConfig)
public V1alpha1Webhook throttle(V1alpha1WebhookThrottleConfig throttle)
public V1alpha1WebhookThrottleConfig getThrottle()
public void setThrottle(V1alpha1WebhookThrottleConfig throttle)
Copyright © 2019. All rights reserved.