rules

@JvmName(name = "fexrscjjarexcdis")
suspend fun rules(value: Output<List<RuleWithOperationsArgs>>)
@JvmName(name = "ahaljytlcsefdsft")
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 = "wpgvixbxpwljofxu")
suspend fun rules(vararg values: Output<RuleWithOperationsArgs>)


@JvmName(name = "jwfajnqbjexbccnj")
suspend fun rules(values: List<Output<RuleWithOperationsArgs>>)
@JvmName(name = "wbcwbpiaqapgkehn")
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 = "ckobwvdgspojrvpw")
suspend fun rules(argument: List<suspend RuleWithOperationsArgsBuilder.() -> Unit>)
@JvmName(name = "wvqtwcrfosftjyes")
suspend fun rules(vararg argument: suspend RuleWithOperationsArgsBuilder.() -> Unit)
@JvmName(name = "acotiuuaewxfevdn")
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.