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 V1alpha1MatchConditionCreate an instance of V1alpha1MatchCondition given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1MatchConditionModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.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 TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.addMatchConditionsItem(V1alpha1MatchCondition matchConditionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1MatchConditionModifier and TypeMethodDescriptionV1alpha1ValidatingAdmissionPolicySpec.matchConditions(List<V1alpha1MatchCondition> matchConditions) voidV1alpha1ValidatingAdmissionPolicySpec.setMatchConditions(List<V1alpha1MatchCondition> matchConditions)