1
0
mirror of https://github.com/rancher/types.git synced 2025-07-14 21:54:03 +00:00

Add k3os cluster driver constant

This commit is contained in:
Dax McDonald 2020-04-05 23:23:16 -07:00
parent 0f97f2238c
commit d7e9caf6bf

View File

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