- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for canonicalizePodUID (0.15 sec)
-
cni/pkg/nodeagent/podcgroupns.go
} } if matchResults != nil { var podUID types.UID if matchResults["poduid"] != "" { podUID = canonicalizePodUID(matchResults["poduid"]) } return podUID, matchResults["containerid"], true } return "", "", false } // canonicalizePodUID converts a Pod UID, as represented in a cgroup path, into // a canonical form. Practically this means that we convert any punctuation to
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Apr 12 21:47:31 UTC 2024 - 11K bytes - Viewed (0)