Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1MutatingWebhook> |
V1MutatingWebhookConfigurationFluentImpl.buildWebhooks() |
List<V1MutatingWebhook> |
V1MutatingWebhookConfigurationFluent.buildWebhooks() |
List<V1MutatingWebhook> |
V1MutatingWebhookConfigurationFluentImpl.getWebhooks()
Deprecated.
|
List<V1MutatingWebhook> |
V1MutatingWebhookConfigurationFluent.getWebhooks()
Deprecated.
|
List<V1MutatingWebhook> |
V1MutatingWebhookConfiguration.getWebhooks()
Webhooks is a list of webhooks and the affected resources and operations.
|
Modifier and Type | Method and Description |
---|---|
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
V1MutatingWebhookConfigurationFluentImpl.addNewWebhookLike(V1MutatingWebhook item) |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
V1MutatingWebhookConfigurationFluent.addNewWebhookLike(V1MutatingWebhook item) |
A |
V1MutatingWebhookConfigurationFluentImpl.addToWebhooks(int index,
V1MutatingWebhook item) |
A |
V1MutatingWebhookConfigurationFluent.addToWebhooks(int index,
V1MutatingWebhook item) |
A |
V1MutatingWebhookConfigurationFluentImpl.addToWebhooks(V1MutatingWebhook... items) |
A |
V1MutatingWebhookConfigurationFluent.addToWebhooks(V1MutatingWebhook... items) |
V1MutatingWebhookConfiguration |
V1MutatingWebhookConfiguration.addWebhooksItem(V1MutatingWebhook webhooksItem) |
A |
V1MutatingWebhookConfigurationFluentImpl.removeFromWebhooks(V1MutatingWebhook... items) |
A |
V1MutatingWebhookConfigurationFluent.removeFromWebhooks(V1MutatingWebhook... items) |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
V1MutatingWebhookConfigurationFluentImpl.setNewWebhookLike(int index,
V1MutatingWebhook item) |
V1MutatingWebhookConfigurationFluent.WebhooksNested<A> |
V1MutatingWebhookConfigurationFluent.setNewWebhookLike(int index,
V1MutatingWebhook item) |
A |
V1MutatingWebhookConfigurationFluentImpl.setToWebhooks(int index,
V1MutatingWebhook item) |
A |
V1MutatingWebhookConfigurationFluent.setToWebhooks(int index,
V1MutatingWebhook item) |
A |
V1MutatingWebhookConfigurationFluentImpl.withWebhooks(V1MutatingWebhook... webhooks) |
A |
V1MutatingWebhookConfigurationFluent.withWebhooks(V1MutatingWebhook... webhooks) |
Modifier and Type | Method and Description |
---|---|
A |
V1MutatingWebhookConfigurationFluentImpl.addAllToWebhooks(Collection<V1MutatingWebhook> items) |
A |
V1MutatingWebhookConfigurationFluent.addAllToWebhooks(Collection<V1MutatingWebhook> items) |
A |
V1MutatingWebhookConfigurationFluentImpl.removeAllFromWebhooks(Collection<V1MutatingWebhook> items) |
A |
V1MutatingWebhookConfigurationFluent.removeAllFromWebhooks(Collection<V1MutatingWebhook> items) |
void |
V1MutatingWebhookConfiguration.setWebhooks(List<V1MutatingWebhook> webhooks) |
V1MutatingWebhookConfiguration |
V1MutatingWebhookConfiguration.webhooks(List<V1MutatingWebhook> webhooks) |
A |
V1MutatingWebhookConfigurationFluentImpl.withWebhooks(List<V1MutatingWebhook> webhooks) |
A |
V1MutatingWebhookConfigurationFluent.withWebhooks(List<V1MutatingWebhook> webhooks) |
Constructor and Description |
---|
V1MutatingWebhookBuilder(V1MutatingWebhook instance) |
V1MutatingWebhookBuilder(V1MutatingWebhook instance,
Boolean validationEnabled) |
V1MutatingWebhookBuilder(V1MutatingWebhookFluent<?> fluent,
V1MutatingWebhook instance) |
V1MutatingWebhookBuilder(V1MutatingWebhookFluent<?> fluent,
V1MutatingWebhook instance,
Boolean validationEnabled) |
V1MutatingWebhookFluentImpl(V1MutatingWebhook instance) |
Copyright © 2020. All rights reserved.