Documentation
¶
Index ¶
Constants ¶
View Source
const ( CONT_MARK_KEY = "kl.container" TEAM_NAME_KEY = "kl.team" K3S_MARK_KEY = "kl.k3s" NET_MARK_KEY = "kl.network" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K3sClient ¶
type K3sClient interface {
CreateClustersTeams(name string) error
EnsureKloudliteNetwork() error
StartAppInterceptService(ports []apiclient.ServicePort, toStart bool) error
EnsureImage(i string) error
RestartWgProxyContainer() error
RemoveAllIntercepts() error
DeletePods() error
CheckK3sRunningLocally() (bool, error)
RemoveClusterVolume(clusterName string) error
CheckK3sServerRunning() (string, error)
Exec(script string) ([]byte, error)
}
Click to show internal directories.
Click to hide internal directories.