resourceRules property
ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches any Rule.
Implementation
final List<NamedRuleWithOperations>? resourceRules;