rules

@JvmName(name = "nejxvdbpdyluvwdv")
suspend fun rules(value: Output<List<RuleWithOperationsPatchArgs>>)
@JvmName(name = "vsdpxevissvjkjmk")
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 = "gcfmpxluvqhfyqmy")
suspend fun rules(vararg values: Output<RuleWithOperationsPatchArgs>)


@JvmName(name = "rftspuxwlvgmbhrv")
suspend fun rules(values: List<Output<RuleWithOperationsPatchArgs>>)
@JvmName(name = "quwxrkkovntssvnt")
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 = "xiarasutajskyuwx")
suspend fun rules(argument: List<suspend RuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "newgiyeybsbviehy")
suspend fun rules(vararg argument: suspend RuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "ujqblqdetkqxavgb")
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.