secretRef

@JvmName(name = "dpsqmmbnbbieteuh")
suspend fun secretRef(value: Output<LocalObjectReferenceArgs>)
@JvmName(name = "ctycdvcffobkoblx")
suspend fun secretRef(value: LocalObjectReferenceArgs?)

Parameters

value

secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.


@JvmName(name = "gkeyiedvxhkiqlib")
suspend fun secretRef(argument: suspend LocalObjectReferenceArgsBuilder.() -> Unit)

Parameters

argument

secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.