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>MutatingWebhookFluent. buildMatchConditions()List<MatchCondition>ValidatingAdmissionPolicySpecFluent. buildMatchConditions()List<MatchCondition>ValidatingWebhookFluent. buildMatchConditions()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 AMutatingWebhookFluent. addAllToMatchConditions(Collection<MatchCondition> items)AValidatingAdmissionPolicySpecFluent. addAllToMatchConditions(Collection<MatchCondition> items)AValidatingWebhookFluent. addAllToMatchConditions(Collection<MatchCondition> items)AMutatingWebhookFluent. removeAllFromMatchConditions(Collection<MatchCondition> items)AValidatingAdmissionPolicySpecFluent. removeAllFromMatchConditions(Collection<MatchCondition> items)AValidatingWebhookFluent. removeAllFromMatchConditions(Collection<MatchCondition> items)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.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)
-