exclude Resource Rules
Parameters
value
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)
Parameters
values
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)
suspend fun excludeResourceRules(argument: List<suspend NamedRuleWithOperationsArgsBuilder.() -> Unit>)
suspend fun excludeResourceRules(vararg argument: suspend NamedRuleWithOperationsArgsBuilder.() -> Unit)
Parameters
argument
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)