Documentation ¶
Overview ¶
Package cloudsql ...
Index ¶
Constants ¶
View Source
const ( ContainerName = "cloudsql-proxy" SecretVolumeName = "cloudsql-credentials-binding" SocketVolumeName = "cloudsql-socket-binding" MountPath = bindings.MountPath + "/cloudsql" // filepath.Join isn't const. SecretMountPath = MountPath + "/secrets" // filepath.Join isn't const. SocketMountPath = MountPath + "/socket" // filepath.Join isn't const. )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.