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:
parent
b46bf66f84
commit
779958995d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user