1
0
mirror of https://github.com/rancher/types.git synced 2025-07-19 07:46:25 +00:00

Add K3S data to kdm

This commit is contained in:
Darren Shepherd 2020-01-31 09:33:05 -07:00
parent b46bf66f84
commit 779958995d

View File

@ -42,6 +42,9 @@ type Data struct {
CisConfigParams map[string]v3.CisConfigParams
CisBenchmarkVersionInfo map[string]v3.CisBenchmarkVersionInfo
// K3S specific data, opaque and defined by the config file in kdm
K3S map[string]interface{} `json:"k3s,omitempty"`
}
func FromData(b []byte) (Data, error) {