rules

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


@JvmName(name = "musgywovamgulgjk")
suspend fun rules(values: List<Output<RuleWithOperationsPatchArgs>>)
@JvmName(name = "pwxsbioormpndnfo")
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 = "xlijcyqkcqvjrkar")
suspend fun rules(argument: List<suspend RuleWithOperationsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "iysahjfxywfcssgn")
suspend fun rules(vararg argument: suspend RuleWithOperationsPatchArgsBuilder.() -> Unit)
@JvmName(name = "oxovqkuycqiwwtsu")
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.