resource Rules
Parameters
value
ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches any Rule.
Parameters
values
ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches any Rule.
suspend fun resourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
suspend fun resourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
Parameters
argument
ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches any Rule.