Uses of Class
io.kubernetes.client.openapi.models.V1beta1MatchCondition
Packages that use V1beta1MatchCondition
-
Uses of V1beta1MatchCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1MatchConditionModifier and TypeMethodDescriptionV1beta1MatchCondition.expression
(String expression) static V1beta1MatchCondition
Create an instance of V1beta1MatchCondition given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1MatchConditionModifier and TypeMethodDescriptionV1beta1ValidatingAdmissionPolicySpec.getMatchConditions()
MatchConditions is a list of conditions that must be met for a request to be validated.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1MatchConditionModifier and TypeMethodDescriptionV1beta1ValidatingAdmissionPolicySpec.addMatchConditionsItem
(V1beta1MatchCondition matchConditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1MatchConditionModifier and TypeMethodDescriptionV1beta1ValidatingAdmissionPolicySpec.matchConditions
(List<V1beta1MatchCondition> matchConditions) void
V1beta1ValidatingAdmissionPolicySpec.setMatchConditions
(List<V1beta1MatchCondition> matchConditions)