Documentation ¶
Index ¶
Constants ¶
View Source
const ( // VolumePath is the path at which the tls cert and private key (if any) // will be mounted in the pachd pod VolumePath = "/pachd-tls-cert" // CertFile is the name of the mounted file containing a TLS certificate // that identifies pachd CertFile = "tls.crt" // KeyFile is the name of the mounted file containing a private key // corresponding to the public certificate in TLSCertFile KeyFile = "tls.key" )
Variables ¶
This section is empty.
Functions ¶
func GetCertPaths ¶
GetCertPaths gets the paths to the cert and key files within a cluster
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.