| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.admissionregistration.v1 |
| Modifier and Type | Method and Description |
|---|---|
MatchCondition |
MatchConditionBuilder.build() |
MatchCondition |
ValidatingWebhookFluent.buildFirstMatchCondition() |
MatchCondition |
MutatingWebhookFluent.buildFirstMatchCondition() |
MatchCondition |
ValidatingWebhookFluent.buildLastMatchCondition() |
MatchCondition |
MutatingWebhookFluent.buildLastMatchCondition() |
MatchCondition |
ValidatingWebhookFluent.buildMatchCondition(int index) |
MatchCondition |
MutatingWebhookFluent.buildMatchCondition(int index) |
MatchCondition |
ValidatingWebhookFluent.buildMatchingMatchCondition(Predicate<MatchConditionBuilder> predicate) |
MatchCondition |
MutatingWebhookFluent.buildMatchingMatchCondition(Predicate<MatchConditionBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<MatchCondition> |
ValidatingWebhookFluent.buildMatchConditions() |
List<MatchCondition> |
MutatingWebhookFluent.buildMatchConditions() |
List<MatchCondition> |
MutatingWebhook.getMatchConditions() |
List<MatchCondition> |
ValidatingWebhook.getMatchConditions() |
| Modifier and Type | Method and Description |
|---|---|
A |
ValidatingWebhookFluent.addAllToMatchConditions(Collection<MatchCondition> items) |
A |
MutatingWebhookFluent.addAllToMatchConditions(Collection<MatchCondition> items) |
A |
ValidatingWebhookFluent.removeAllFromMatchConditions(Collection<MatchCondition> items) |
A |
MutatingWebhookFluent.removeAllFromMatchConditions(Collection<MatchCondition> items) |
void |
MutatingWebhook.setMatchConditions(List<MatchCondition> matchConditions) |
void |
ValidatingWebhook.setMatchConditions(List<MatchCondition> matchConditions) |
A |
ValidatingWebhookFluent.withMatchConditions(List<MatchCondition> matchConditions) |
A |
MutatingWebhookFluent.withMatchConditions(List<MatchCondition> matchConditions) |
| Constructor and Description |
|---|
MatchConditionBuilder(MatchCondition instance) |
MatchConditionBuilder(MatchConditionFluent<?> fluent,
MatchCondition instance) |
MatchConditionFluent(MatchCondition instance) |
| Constructor and Description |
|---|
MutatingWebhook(List<String> admissionReviewVersions,
WebhookClientConfig clientConfig,
String failurePolicy,
List<MatchCondition> matchConditions,
String matchPolicy,
String name,
io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector,
io.fabric8.kubernetes.api.model.LabelSelector objectSelector,
String reinvocationPolicy,
List<RuleWithOperations> rules,
String sideEffects,
Integer timeoutSeconds) |
ValidatingWebhook(List<String> admissionReviewVersions,
WebhookClientConfig clientConfig,
String failurePolicy,
List<MatchCondition> matchConditions,
String matchPolicy,
String name,
io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector,
io.fabric8.kubernetes.api.model.LabelSelector objectSelector,
List<RuleWithOperations> rules,
String sideEffects,
Integer timeoutSeconds) |
Copyright © 2015–2023 Red Hat. All rights reserved.