public class V1beta1MutatingWebhookConfiguration extends Object
Constructor and Description |
---|
V1beta1MutatingWebhookConfiguration() |
Modifier and Type | Method and Description |
---|---|
V1beta1MutatingWebhookConfiguration |
addWebhooksItem(V1beta1Webhook webhooksItem) |
V1beta1MutatingWebhookConfiguration |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
V1ObjectMeta |
getMetadata()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
|
List<V1beta1Webhook> |
getWebhooks()
Webhooks is a list of webhooks and the affected resources and operations.
|
int |
hashCode() |
V1beta1MutatingWebhookConfiguration |
kind(String kind) |
V1beta1MutatingWebhookConfiguration |
metadata(V1ObjectMeta metadata) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setWebhooks(List<V1beta1Webhook> webhooks) |
String |
toString() |
V1beta1MutatingWebhookConfiguration |
webhooks(List<V1beta1Webhook> webhooks) |
public V1beta1MutatingWebhookConfiguration apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1beta1MutatingWebhookConfiguration kind(String kind)
public String getKind()
public void setKind(String kind)
public V1beta1MutatingWebhookConfiguration metadata(V1ObjectMeta metadata)
public V1ObjectMeta getMetadata()
public void setMetadata(V1ObjectMeta metadata)
public V1beta1MutatingWebhookConfiguration webhooks(List<V1beta1Webhook> webhooks)
public V1beta1MutatingWebhookConfiguration addWebhooksItem(V1beta1Webhook webhooksItem)
public List<V1beta1Webhook> getWebhooks()
public void setWebhooks(List<V1beta1Webhook> webhooks)
Copyright © 2019. All rights reserved.