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:
commit
8b729a8f3a
@ -71,6 +71,7 @@ const (
|
||||
ClusterDriverLocal = "local"
|
||||
ClusterDriverRKE = "rancherKubernetesEngine"
|
||||
ClusterDriverK3s = "k3s"
|
||||
ClusterDriverK3os = "k3os"
|
||||
)
|
||||
|
||||
// +genclient
|
||||
|
Loading…
Reference in New Issue
Block a user