resourceRules

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "eokfoktygsyhqmvt")
suspend fun resourceRules(argument: List<suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "lfrbdqpnoiimrgkm")
suspend fun resourceRules(vararg argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "jarkvmbukrysalgb")
suspend fun resourceRules(argument: suspend NamedRuleWithOperationsPatchArgsBuilder.() -> Unit)

Parameters

argument

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