Skip to content

Commit 5843f43

Browse files
authored
Add k3s as a detectable Kubernetes distribution (#38)
1 parent d9cc604 commit 5843f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1/region_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const (
101101
K8sDistributionOVHCloud KubernetesDistribution = "ovhcloud"
102102
K8sDistributionStackit KubernetesDistribution = "stackit"
103103
K8sDistributionVultr KubernetesDistribution = "vultr"
104+
K8sDistributionK3s KubernetesDistribution = "k3s"
104105
)
105106

106107
type ComponentPhase string

0 commit comments

Comments
 (0)