rules

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


@JvmName(name = "uxrgutujtdcexxyk")
suspend fun rules(values: List<Output<RuleWithOperationsPatchArgs>>)
@JvmName(name = "xckpgsowhhvqnqmb")
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 = "dcbamvprllxnypfr")
suspend fun rules(argument: List<suspend RuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "cfiywvrhkglswsmj")
suspend fun rules(vararg argument: suspend RuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "upawuirldixgobmc")
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.