Documentation ¶
Index ¶
- func CleanupBackgroundProxy(proxyName string, log log.Logger) error
- func CleanupLocal(vClusterName, vClusterNamespace string, rawConfig *clientcmdapi.Config, ...) error
- func CreateBackgroundProxyContainer(ctx context.Context, vClusterName, vClusterNamespace string, ...) (string, error)
- func ExposeLocal(ctx context.Context, vClusterName, vClusterNamespace string, ...) (string, error)
- func IsDockerInstalledAndUpAndRunning() bool
- type ClusterType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanupLocal ¶
func ExposeLocal ¶
func IsDockerInstalledAndUpAndRunning ¶
func IsDockerInstalledAndUpAndRunning() bool
Types ¶
type ClusterType ¶
type ClusterType string
const ( ClusterTypeUnknown ClusterType = "unknown" ClusterTypeVCluster ClusterType = "vcluster" ClusterTypeMinikube ClusterType = "minikube" ClusterTypeDockerDesktop ClusterType = "docker-desktop" ClusterTypeMicroK8s ClusterType = "microk8s" ClusterTypeCRC ClusterType = "crc" ClusterTypeKrucible ClusterType = "krucible" ClusterTypeKIND ClusterType = "kind" ClusterTypeK3D ClusterType = "k3d" ClusterTypeRancherDesktop ClusterType = "rancher-desktop" ClusterTypeColima ClusterType = "colima" ClusterTypeOrbstack ClusterType = "orbstack" )
func DetectClusterType ¶
func DetectClusterType(config *clientcmdapi.Config) ClusterType
DetectClusterType detects the k8s distro locally. Mostly taken from github.com/tilt-dev/clusterid, with some adjustments for vcluster
func (ClusterType) LocalKubernetes ¶
func (c ClusterType) LocalKubernetes() bool
func (ClusterType) String ¶
func (c ClusterType) String() string
Click to show internal directories.
Click to hide internal directories.