rules

@JvmName(name = "qiugufannhhkcxcx")
suspend fun rules(value: Output<List<RuleWithOperationsArgs>>)
@JvmName(name = "rdasotbhwbhgqyfs")
suspend fun rules(value: List<RuleWithOperationsArgs>?)

Parameters

value

Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches any Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.


@JvmName(name = "mlesasjireccftoo")
suspend fun rules(vararg values: Output<RuleWithOperationsArgs>)


@JvmName(name = "ujavvsjuccjqnkgr")
suspend fun rules(values: List<Output<RuleWithOperationsArgs>>)
@JvmName(name = "ecjecorqicserffg")
suspend fun rules(vararg values: RuleWithOperationsArgs)

Parameters

values

Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches any Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.


@JvmName(name = "hkinloviruckmrdp")
suspend fun rules(argument: List<suspend RuleWithOperationsArgsBuilder.() -> Unit>)
@JvmName(name = "cavqmlvhkihluhyw")
suspend fun rules(vararg argument: suspend RuleWithOperationsArgsBuilder.() -> Unit)
@JvmName(name = "gjpwhjnuvywesqcl")
suspend fun rules(argument: suspend RuleWithOperationsArgsBuilder.() -> Unit)

Parameters

argument

Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches any Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.