Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultBaseURL = "https://auth.kloudlite.io" RuntimeLinux = "linux" RuntimeDarwin = "darwin" RuntimeWindows = "windows" BashShell = "bash" FishShell = "fish" ZshShell = "zsh" PowerShell = "powershell" NetworkService = "Wi-Fi" LocalSearchDomains = ".local" NoExistingSearchDomainError = "There aren't any Search Domains set on Wi-Fi." ContainerVpnPort = 1729 DnsServerPort = 5353 )
Variables ¶
View Source
var ( BaseURL = func() string { baseUrl := DefaultBaseURL s, err := client.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 ( InfraCliName = "kli" CoreCliName = "kl" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.