secret

@JvmName(name = "ooojqnebkwlpwyar")
suspend fun secret(value: Output<SecretVolumeSourceArgs>)
@JvmName(name = "rtbnoalcxabisgfb")
suspend fun secret(value: SecretVolumeSourceArgs?)

Parameters

value

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.


@JvmName(name = "inmkeuwyxndnptvr")
suspend fun secret(argument: suspend SecretVolumeSourceArgsBuilder.() -> Unit)

Parameters

argument

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.