1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 07:52:41 +00:00

Merge pull request #1135 from daxmc99/k3os_cluster_driver

Add k3os cluster driver constant
This commit is contained in:
Dax McDonald
2020-04-10 09:51:08 -07:00
committed by GitHub

View File

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