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