Mutating Webhook Configuration Args
data class MutatingWebhookConfigurationArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val webhooks: Output<List<MutatingWebhookArgs>>? = null) : ConvertibleToJava<MutatingWebhookConfigurationArgs>
MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
Constructors
Link copied to clipboard
fun MutatingWebhookConfigurationArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, webhooks: Output<List<MutatingWebhookArgs>>? = null)