Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultBaseURL = "https://auth.kloudlite.io" RuntimeLinux = "linux" RuntimeDarwin = "darwin" RuntimeWindows = "windows" SocatImage = "ghcr.io/kloudlite/hub/socat:latest" KLDNS = "100.64.0.1" InterceptWorkspaceServiceIp = "172.18.0.3" HostIp = "172.18.0.2" )
Variables ¶
View Source
var ( BaseURL = func() string { baseUrl := DefaultBaseURL s, err := fileclient.GetBaseURL() if err == nil && s != "" { baseUrl = s } return baseUrl }() LoginUrl = func() string { return fmt.Sprintf("%s/cli-login", BaseURL) }() ServerURL = func() string { return fmt.Sprintf("%s/api/", BaseURL) }() UpdateURL = func() string { return "https://kl.kloudlite.io/kloudlite" }() )
View Source
var (
CoreCliName = "kl"
)
Functions ¶
func GetK3SImageName ¶ added in v1.1.0
func GetK3SImageName() string
func GetWireguardImageName ¶ added in v1.1.0
func GetWireguardImageName() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.