import { type MatchResources } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/admissionregistration.k8s.io@v1alpha1/mod.ts";
MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
Properties
optional
excludeResourceRules: Array<NamedRuleWithOperations> | nulloptional
resourceRules: Array<NamedRuleWithOperations> | null