Documentation
¶
Index ¶
- Constants
- func IsAKS(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsDocker(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsEKS(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsGKE(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsHarvester(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsK3s(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsMinikube(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsRKE(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsRKE2(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
- func IsRKEWindows(ctx context.Context, k8sClient kubernetes.Interface) (bool, error)
Constants ¶
View Source
const AKS = "aks"
View Source
const Docker = "docker"
View Source
const EKS = "eks"
View Source
const GKE = "gke"
View Source
const Harvester = "harvester"
View Source
const K3s = "k3s"
View Source
const Minikube = "minikube"
View Source
const RKE = "rke"
View Source
const RKE2 = "rke2"
View Source
const RKE_WINDOWS = "rke.windows"
Variables ¶
This section is empty.
Functions ¶
func IsHarvester ¶ added in v0.1.3
func IsMinikube ¶
func IsRKEWindows ¶ added in v0.1.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.