excludeResourceRules

@JvmName(name = "anjyebeflwikrlyt")
suspend fun excludeResourceRules(value: Output<List<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "opvkcxmexlbubtmr")
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 = "anbgwhvatmyqnanf")
suspend fun excludeResourceRules(vararg values: Output<NamedRuleWithOperationsPatchArgs>)


@JvmName(name = "wgvcftvhoplslnvg")
suspend fun excludeResourceRules(values: List<Output<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "ryaubwnthtrmwhmt")
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 = "snorbfevsvaamtof")
suspend fun excludeResourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "sqaqkhtfnclykluu")
suspend fun excludeResourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "pqieguvalfafbyvs")
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)