mirror of
https://github.com/rancher/types.git
synced 2025-07-16 14:35:49 +00:00
Merge pull request #1140 from daxmc99/v2.4
[backport 2.4] Add k3os constant to cluster types
This commit is contained in:
commit
a4f6ba0aa0
@ -71,6 +71,7 @@ const (
|
||||
ClusterDriverLocal = "local"
|
||||
ClusterDriverRKE = "rancherKubernetesEngine"
|
||||
ClusterDriverK3s = "k3s"
|
||||
ClusterDriverK3os = "k3os"
|
||||
)
|
||||
|
||||
// +genclient
|
||||
|
Loading…
Reference in New Issue
Block a user