Uses of Class
io.fabric8.kubernetes.api.model.admissionregistration.v1.MatchCondition
-
Packages that use MatchCondition Package Description io.fabric8.kubernetes.api.model.admissionregistration.v1 -
-
Uses of MatchCondition in io.fabric8.kubernetes.api.model.admissionregistration.v1
Methods in io.fabric8.kubernetes.api.model.admissionregistration.v1 that return types with arguments of type MatchCondition Modifier and Type Method Description List<MatchCondition>MutatingAdmissionPolicySpecFluent. buildMatchConditions()List<MatchCondition>MutatingWebhookFluent. buildMatchConditions()List<MatchCondition>ValidatingAdmissionPolicySpecFluent. buildMatchConditions()List<MatchCondition>ValidatingWebhookFluent. buildMatchConditions()List<MatchCondition>MutatingAdmissionPolicySpec. getMatchConditions()matchConditions is a list of conditions that must be met for a request to be validated.List<MatchCondition>MutatingWebhook. getMatchConditions()matchConditions is a list of conditions that must be met for a request to be sent to this webhook.List<MatchCondition>ValidatingAdmissionPolicySpec. getMatchConditions()matchConditions is a list of conditions that must be met for a request to be validated.List<MatchCondition>ValidatingWebhook. getMatchConditions()matchConditions is a list of conditions that must be met for a request to be sent to this webhook.Method parameters in io.fabric8.kubernetes.api.model.admissionregistration.v1 with type arguments of type MatchCondition Modifier and Type Method Description AMutatingAdmissionPolicySpecFluent. addAllToMatchConditions(Collection<MatchCondition> items)AMutatingWebhookFluent. addAllToMatchConditions(Collection<MatchCondition> items)AValidatingAdmissionPolicySpecFluent. addAllToMatchConditions(Collection<MatchCondition> items)AValidatingWebhookFluent. addAllToMatchConditions(Collection<MatchCondition> items)AMutatingAdmissionPolicySpecFluent. removeAllFromMatchConditions(Collection<MatchCondition> items)AMutatingWebhookFluent. removeAllFromMatchConditions(Collection<MatchCondition> items)AValidatingAdmissionPolicySpecFluent. removeAllFromMatchConditions(Collection<MatchCondition> items)AValidatingWebhookFluent. removeAllFromMatchConditions(Collection<MatchCondition> items)voidMutatingAdmissionPolicySpec. setMatchConditions(List<MatchCondition> matchConditions)matchConditions is a list of conditions that must be met for a request to be validated.voidMutatingWebhook. setMatchConditions(List<MatchCondition> matchConditions)matchConditions is a list of conditions that must be met for a request to be sent to this webhook.voidValidatingAdmissionPolicySpec. setMatchConditions(List<MatchCondition> matchConditions)matchConditions is a list of conditions that must be met for a request to be validated.voidValidatingWebhook. setMatchConditions(List<MatchCondition> matchConditions)matchConditions is a list of conditions that must be met for a request to be sent to this webhook.AMutatingAdmissionPolicySpecFluent. withMatchConditions(List<MatchCondition> matchConditions)AMutatingWebhookFluent. withMatchConditions(List<MatchCondition> matchConditions)AValidatingAdmissionPolicySpecFluent. withMatchConditions(List<MatchCondition> matchConditions)AValidatingWebhookFluent. withMatchConditions(List<MatchCondition> matchConditions)Constructors in io.fabric8.kubernetes.api.model.admissionregistration.v1 with parameters of type MatchCondition Constructor Description MatchConditionBuilder(MatchCondition instance)MatchConditionBuilder(MatchConditionFluent<?> fluent, MatchCondition instance)MatchConditionFluent(MatchCondition instance)Constructor parameters in io.fabric8.kubernetes.api.model.admissionregistration.v1 with type arguments of type MatchCondition Constructor Description MutatingAdmissionPolicySpec(String failurePolicy, List<MatchCondition> matchConditions, MatchResources matchConstraints, List<Mutation> mutations, ParamKind paramKind, String reinvocationPolicy, List<Variable> variables)
-