1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 05:09:10 +00:00

Merge pull request #1140 from daxmc99/v2.4

[backport 2.4] Add k3os constant to cluster types
This commit is contained in:
Dax McDonald
2020-04-10 10:09:11 -07:00
committed by GitHub

View File

@@ -71,6 +71,7 @@ const (
ClusterDriverLocal = "local"
ClusterDriverRKE = "rancherKubernetesEngine"
ClusterDriverK3s = "k3s"
ClusterDriverK3os = "k3os"
)
// +genclient