Documentation ¶
Index ¶
Constants ¶
View Source
const (
CONT_MARK_KEY = "kl.container"
)
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.AppPort, toStart bool) error EnsureImage(i string) error RestartWgProxyContainer() error RemoveAllIntercepts() error DeletePods() error CheckK3sRunningLocally() (bool, error) RemoveClusterVolume(clusterName string) error CheckK3sServerRunning() (string, error) }
Click to show internal directories.
Click to hide internal directories.