1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 03:31:24 +00:00

add comment

This commit is contained in:
Menna 2020-07-21 22:41:30 +02:00
parent 7c968eb777
commit 987a3bf618

View File

@ -48,6 +48,7 @@ type Data struct {
// K3S specific data, opaque and defined by the config file in kdm
K3S map[string]interface{} `json:"k3s,omitempty"`
//Rke2 specific data, defined by the config file in kdm
RKE2 map[string]interface{} `json:"rke2,omitempty"`
}