resourceRules

@JvmName(name = "nawpnsvvwslxurpy")
suspend fun resourceRules(value: Output<List<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "bcwpkuaiheajxnll")
suspend fun resourceRules(value: List<NamedRuleWithOperationsPatchArgs>?)

Parameters

value

ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches any Rule.


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


@JvmName(name = "pcqkjfmnbnxmblip")
suspend fun resourceRules(values: List<Output<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "ccllddnhvycutoun")
suspend fun resourceRules(vararg values: NamedRuleWithOperationsPatchArgs)

Parameters

values

ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches any Rule.


@JvmName(name = "supxhbyqvchsblud")
suspend fun resourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "faqwalyxnsfccyct")
suspend fun resourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "rmgkutngittdesaj")
suspend fun resourceRules(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.