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