Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1Webhook |
V1beta1Webhook.addRulesItem(V1beta1RuleWithOperations rulesItem) |
V1beta1Webhook |
V1beta1Webhook.clientConfig(V1beta1WebhookClientConfig clientConfig) |
V1beta1Webhook |
V1beta1Webhook.failurePolicy(String failurePolicy) |
V1beta1Webhook |
V1beta1Webhook.name(String name) |
V1beta1Webhook |
V1beta1Webhook.namespaceSelector(V1LabelSelector namespaceSelector) |
V1beta1Webhook |
V1beta1Webhook.rules(List<V1beta1RuleWithOperations> rules) |
Modifier and Type | Method and Description |
---|---|
List<V1beta1Webhook> |
V1beta1ValidatingWebhookConfiguration.getWebhooks()
Webhooks is a list of webhooks and the affected resources and operations.
|
List<V1beta1Webhook> |
V1beta1MutatingWebhookConfiguration.getWebhooks()
Webhooks is a list of webhooks and the affected resources and operations.
|
Modifier and Type | Method and Description |
---|---|
V1beta1ValidatingWebhookConfiguration |
V1beta1ValidatingWebhookConfiguration.addWebhooksItem(V1beta1Webhook webhooksItem) |
V1beta1MutatingWebhookConfiguration |
V1beta1MutatingWebhookConfiguration.addWebhooksItem(V1beta1Webhook webhooksItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1beta1ValidatingWebhookConfiguration.setWebhooks(List<V1beta1Webhook> webhooks) |
void |
V1beta1MutatingWebhookConfiguration.setWebhooks(List<V1beta1Webhook> webhooks) |
V1beta1ValidatingWebhookConfiguration |
V1beta1ValidatingWebhookConfiguration.webhooks(List<V1beta1Webhook> webhooks) |
V1beta1MutatingWebhookConfiguration |
V1beta1MutatingWebhookConfiguration.webhooks(List<V1beta1Webhook> webhooks) |
Copyright © 2018. All rights reserved.