controllerPublishSecretRef

@JvmName(name = "xtftkpwyscrdrykh")
suspend fun controllerPublishSecretRef(value: Output<SecretReferenceArgs>)
@JvmName(name = "awrynlcijdhpshre")
suspend fun controllerPublishSecretRef(value: SecretReferenceArgs?)

Parameters

value

controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.


@JvmName(name = "ynajhqhvqbpdcgei")
suspend fun controllerPublishSecretRef(argument: suspend SecretReferenceArgsBuilder.() -> Unit)

Parameters

argument

controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.