- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for UnsortedList (0.15 sec)
-
cni/pkg/install/install.go
// we shouldn't fire events for binaries that are not ours. var binPaths []string for _, bindir := range in.cfg.CNIBinTargetDirs { for _, binary := range installedBinFiles.UnsortedList() { binPaths = append(binPaths, filepath.Join(bindir, binary)) } } targets := append( binPaths, in.cfg.MountedCNINetDir, in.cfg.K8sServiceAccountPath, )
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 09 21:33:51 UTC 2024 - 13.5K bytes - Viewed (0)