Skip to content

Commit

Permalink
Add k3s as a detectable Kubernetes distribution (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann authored Nov 5, 2024
1 parent d9cc604 commit 5843f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/region_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const (
K8sDistributionOVHCloud KubernetesDistribution = "ovhcloud"
K8sDistributionStackit KubernetesDistribution = "stackit"
K8sDistributionVultr KubernetesDistribution = "vultr"
K8sDistributionK3s KubernetesDistribution = "k3s"
)

type ComponentPhase string
Expand Down

0 comments on commit 5843f43

Please sign in to comment.