Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
List<V1beta1RuleWithOperations> |
V1beta1WebhookFluentImpl.buildRules() |
List<V1beta1RuleWithOperations> |
V1beta1WebhookFluent.buildRules() |
List<V1beta1RuleWithOperations> |
V1beta1WebhookFluentImpl.getRules()
Deprecated.
|
List<V1beta1RuleWithOperations> |
V1beta1WebhookFluent.getRules()
Deprecated.
|
List<V1beta1RuleWithOperations> |
V1beta1Webhook.getRules()
Rules describes what operations on what resources/subresources the webhook cares about.
|
Modifier and Type | Method and Description |
---|---|
A |
V1beta1WebhookFluentImpl.addAllToRules(Collection<V1beta1RuleWithOperations> items) |
A |
V1beta1WebhookFluent.addAllToRules(Collection<V1beta1RuleWithOperations> items) |
A |
V1beta1WebhookFluentImpl.removeAllFromRules(Collection<V1beta1RuleWithOperations> items) |
A |
V1beta1WebhookFluent.removeAllFromRules(Collection<V1beta1RuleWithOperations> items) |
V1beta1Webhook |
V1beta1Webhook.rules(List<V1beta1RuleWithOperations> rules) |
void |
V1beta1Webhook.setRules(List<V1beta1RuleWithOperations> rules) |
A |
V1beta1WebhookFluentImpl.withRules(List<V1beta1RuleWithOperations> rules) |
A |
V1beta1WebhookFluent.withRules(List<V1beta1RuleWithOperations> rules) |
Constructor and Description |
---|
V1beta1RuleWithOperationsBuilder(V1beta1RuleWithOperations instance) |
V1beta1RuleWithOperationsBuilder(V1beta1RuleWithOperations instance,
Boolean validationEnabled) |
V1beta1RuleWithOperationsBuilder(V1beta1RuleWithOperationsFluent<?> fluent,
V1beta1RuleWithOperations instance) |
V1beta1RuleWithOperationsBuilder(V1beta1RuleWithOperationsFluent<?> fluent,
V1beta1RuleWithOperations instance,
Boolean validationEnabled) |
V1beta1RuleWithOperationsFluentImpl(V1beta1RuleWithOperations instance) |
Copyright © 2018. All rights reserved.