excludeResourceRules

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


@JvmName(name = "fqjsbvestxcvucre")
suspend fun excludeResourceRules(values: List<Output<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "vejbvgnumebtared")
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 = "cysbncwmkauefonv")
suspend fun excludeResourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "pnxygkwcusiggkxv")
suspend fun excludeResourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "iwaujufidgkoxmos")
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)