Uses of Class
io.kubernetes.client.openapi.models.V1alpha1MatchCondition
Packages that use V1alpha1MatchCondition
-
Uses of V1alpha1MatchCondition in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1MatchConditionModifier and TypeMethodDescriptionV1alpha1MatchCondition.expression
(String expression) static V1alpha1MatchCondition
Create an instance of V1alpha1MatchCondition given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1MatchConditionModifier and TypeMethodDescriptionV1alpha1MutatingAdmissionPolicySpec.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 V1alpha1MatchConditionModifier and TypeMethodDescriptionV1alpha1MutatingAdmissionPolicySpec.addMatchConditionsItem
(V1alpha1MatchCondition matchConditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1MatchConditionModifier and TypeMethodDescriptionV1alpha1MutatingAdmissionPolicySpec.matchConditions
(List<V1alpha1MatchCondition> matchConditions) void
V1alpha1MutatingAdmissionPolicySpec.setMatchConditions
(List<V1alpha1MatchCondition> matchConditions)