- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for existingMap (0.17 sec)
-
cni/pkg/install/cniconfig.go
} var existingMap map[string]any err = json.Unmarshal(existingCNIConfig, &existingMap) if err != nil { return nil, fmt.Errorf("error loading existing CNI config (JSON error): %v", err) } delete(istioMap, "cniVersion") var newMap map[string]any if _, ok := existingMap["type"]; ok { // Assume it is a regular network conf file
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 8.2K bytes - Viewed (0)