Uses of Class
io.kubernetes.client.openapi.models.V1MatchCondition
Packages that use V1MatchCondition
-
Uses of V1MatchCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1MatchConditionMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1MatchConditionModifier and TypeMethodDescriptionV1MutatingWebhook.getMatchConditions()
MatchConditions is a list of conditions that must be met for a request to be sent to this webhook.V1ValidatingWebhook.getMatchConditions()
MatchConditions is a list of conditions that must be met for a request to be sent to this webhook.Methods in io.kubernetes.client.openapi.models with parameters of type V1MatchConditionModifier and TypeMethodDescriptionV1MutatingWebhook.addMatchConditionsItem
(V1MatchCondition matchConditionsItem) V1ValidatingWebhook.addMatchConditionsItem
(V1MatchCondition matchConditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1MatchConditionModifier and TypeMethodDescriptionV1MutatingWebhook.matchConditions
(List<V1MatchCondition> matchConditions) V1ValidatingWebhook.matchConditions
(List<V1MatchCondition> matchConditions) void
V1MutatingWebhook.setMatchConditions
(List<V1MatchCondition> matchConditions) void
V1ValidatingWebhook.setMatchConditions
(List<V1MatchCondition> matchConditions)