Uses of Class
io.kubernetes.client.openapi.models.V1MutatingWebhook
Packages that use V1MutatingWebhook
-
Uses of V1MutatingWebhook in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1MutatingWebhookModifier and TypeMethodDescriptionV1MutatingWebhook.addAdmissionReviewVersionsItem(String admissionReviewVersionsItem) V1MutatingWebhook.addMatchConditionsItem(V1MatchCondition matchConditionsItem) V1MutatingWebhook.addRulesItem(V1RuleWithOperations rulesItem) V1MutatingWebhook.admissionReviewVersions(List<String> admissionReviewVersions) V1MutatingWebhook.clientConfig(AdmissionregistrationV1WebhookClientConfig clientConfig) V1MutatingWebhook.failurePolicy(String failurePolicy) static V1MutatingWebhookCreate an instance of V1MutatingWebhook given an JSON stringV1MutatingWebhook.matchConditions(List<V1MatchCondition> matchConditions) V1MutatingWebhook.matchPolicy(String matchPolicy) V1MutatingWebhook.namespaceSelector(V1LabelSelector namespaceSelector) V1MutatingWebhook.objectSelector(V1LabelSelector objectSelector) V1MutatingWebhook.reinvocationPolicy(String reinvocationPolicy) V1MutatingWebhook.rules(List<V1RuleWithOperations> rules) V1MutatingWebhook.sideEffects(String sideEffects) V1MutatingWebhook.timeoutSeconds(Integer timeoutSeconds) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1MutatingWebhookModifier and TypeMethodDescriptionV1MutatingWebhookConfiguration.getWebhooks()Webhooks is a list of webhooks and the affected resources and operations.Methods in io.kubernetes.client.openapi.models with parameters of type V1MutatingWebhookModifier and TypeMethodDescriptionV1MutatingWebhookConfiguration.addWebhooksItem(V1MutatingWebhook webhooksItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1MutatingWebhookModifier and TypeMethodDescriptionvoidV1MutatingWebhookConfiguration.setWebhooks(List<V1MutatingWebhook> webhooks) V1MutatingWebhookConfiguration.webhooks(List<V1MutatingWebhook> webhooks)