- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for cgroupPaths (0.12 sec)
-
cni/pkg/nodeagent/podcgroupns.go
// we don't have to muck with greediness. TrimSuffix is no-copy so this // is cheap. cgroupPath = strings.TrimSuffix(cgroupPath, ".scope") var matchResults map[string]string for _, regex := range cgroupREs { matches := reSubMatchMap(regex, cgroupPath) if isValidCGroupPathMatches(matches) { if matchResults != nil { return "", "", false } matchResults = matches
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Apr 12 21:47:31 UTC 2024 - 11K bytes - Viewed (0)