rules

@JvmName(name = "eaumtwouwckfkfke")
suspend fun rules(value: Output<List<RuleWithOperationsPatchArgs>>)
@JvmName(name = "xmuclkdatbmbrhqj")
suspend fun rules(value: List<RuleWithOperationsPatchArgs>?)

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 = "qpjdraccujtjfvcr")
suspend fun rules(vararg values: Output<RuleWithOperationsPatchArgs>)


@JvmName(name = "ggoxucidbpgljwtn")
suspend fun rules(values: List<Output<RuleWithOperationsPatchArgs>>)
@JvmName(name = "hvmtdpackvdgoaxk")
suspend fun rules(vararg values: RuleWithOperationsPatchArgs)

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 = "xfyhirtwsgfsbmhn")
suspend fun rules(argument: List<suspend RuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "asivpykimlonsfnv")
suspend fun rules(vararg argument: suspend RuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "nmalykkvqryuyedv")
suspend fun rules(argument: suspend RuleWithOperationsPatchArgsBuilder.() -> 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.