Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultTLSDir is the default location for users to store TLS credentials. DefaultTLSDir = filepath.Join(keldaHome, "tls") // DefaultSSHKeyPath is the default filepath where the private SSH key used // to access Kelda will be stored. DefaultSSHKeyPath = filepath.Join(keldaHome, "ssh_key") // DefaultKubeSecretPath is the default location for the secret used to // encrypt Kubernetes resources in Etcd. DefaultKubeSecretPath = filepath.Join(keldaHome, "kube_etcd_secret") )
View Source
var ( // MinionHome is the home directory of the user on the cloud machines. MinionHome = "/home/kelda/.kelda" // MinionTLSDir is the directory in which the daemon will place TLS // credentials on cloud machines. MinionTLSDir = filepath.Join(MinionHome, "tls") // MinionKubeSecretPath is the filepath at which the Kubernetes encryption // key is located on cloud machines. MinionKubeSecretPath = filepath.Join(MinionHome, "kube_etcd_secret") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.