excludeResourceRules

@JvmName(name = "fbgeqglgmafaahtv")
suspend fun excludeResourceRules(value: Output<List<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "rbybrcoenxcvepwt")
suspend fun excludeResourceRules(value: List<NamedRuleWithOperationsPatchArgs>?)

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)


@JvmName(name = "tsqwxcslbfhueepd")
suspend fun excludeResourceRules(vararg values: Output<NamedRuleWithOperationsPatchArgs>)


@JvmName(name = "jgtgcellwslvxhel")
suspend fun excludeResourceRules(values: List<Output<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "yeqhtjwpiakljgec")
suspend fun excludeResourceRules(vararg values: NamedRuleWithOperationsPatchArgs)

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)


@JvmName(name = "eixdsifgoyvtcnjn")
suspend fun excludeResourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "jkxvecbotdbnpkoq")
suspend fun excludeResourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "yrcirecqgmyxswuw")
suspend fun excludeResourceRules(argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> 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)