1
0
mirror of https://github.com/rancher/types.git synced 2025-04-27 18:25:05 +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
commit 8b729a8f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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