Documentation ¶
Index ¶
- Constants
- func AppendSshConfEntry(name string, namespace string, privateKeyPath string) error
- func DeleteSshConfEntry(name string, namespace string) error
- func EnsureConfigFolder(name string, namespace string) error
- func NewHostConfig(name string, namespace string, privateKeyPath string) (string, error)
- func WritePrivateKey(name string, namespace string, privateKey []byte) (string, error)
- type HostConfig
- type Terminal
Constants ¶
View Source
const HostConfigRegex = `(?s)(# workspace start {{.Name}}.{{.Namespace}}.workspace)(.*)(# workspace end {{.Name}}.{{.Namespace}}.workspace)`
View Source
const HostConfigTemplate = `` /* 314-byte string literal not displayed */
View Source
const Logo = `` /* 828-byte string literal not displayed */
View Source
const PrivateKeyFileName = "id_devspace_ecdsa"
Variables ¶
This section is empty.
Functions ¶
func AppendSshConfEntry ¶
func DeleteSshConfEntry ¶
func EnsureConfigFolder ¶
func NewHostConfig ¶
Types ¶
type HostConfig ¶
Click to show internal directories.
Click to hide internal directories.