resourceRules

@JvmName(name = "otkimiwwiemufabe")
suspend fun resourceRules(value: Output<List<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "ircgvcjxugmlgqmc")
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 = "srstcfygdidvwckh")
suspend fun resourceRules(vararg values: Output<NamedRuleWithOperationsPatchArgs>)


@JvmName(name = "whpxwttaekjetqbt")
suspend fun resourceRules(values: List<Output<NamedRuleWithOperationsPatchArgs>>)
@JvmName(name = "ycunvujulobibdgk")
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 = "speqfqaxlfcaciff")
suspend fun resourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "wtkldlthyynlnfdc")
suspend fun resourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "dbwadfykafkhgvxl")
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.