excludeResourceRules property
ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded).
Implementation
final List<NamedRuleWithOperations>? excludeResourceRules;