mirror of
https://github.com/rancher/rke.git
synced 2025-09-12 21:24:00 +00:00
go fmt
This commit is contained in:
@@ -47,8 +47,8 @@ type Data struct {
|
||||
CisBenchmarkVersionInfo map[string]CisBenchmarkVersionInfo
|
||||
|
||||
// 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
|
||||
K3S map[string]interface{} `json:"k3s,omitempty"`
|
||||
// Rke2 specific data, defined by the config file in kdm
|
||||
RKE2 map[string]interface{} `json:"rke2,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user