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 V1MatchConditionModifier and TypeMethodDescriptionV1MatchCondition.expression
(String expression) static V1MatchCondition
Create an instance of V1MatchCondition given an JSON stringMethods 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.V1ValidatingAdmissionPolicySpec.getMatchConditions()
MatchConditions is a list of conditions that must be met for a request to be validated.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) V1ValidatingAdmissionPolicySpec.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) V1ValidatingAdmissionPolicySpec.matchConditions
(List<V1MatchCondition> matchConditions) V1ValidatingWebhook.matchConditions
(List<V1MatchCondition> matchConditions) void
V1MutatingWebhook.setMatchConditions
(List<V1MatchCondition> matchConditions) void
V1ValidatingAdmissionPolicySpec.setMatchConditions
(List<V1MatchCondition> matchConditions) void
V1ValidatingWebhook.setMatchConditions
(List<V1MatchCondition> matchConditions)