Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canonicalizePodUID (0.18 sec)

  1. 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
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 21:47:31 GMT 2024
    - 11K bytes
    - Viewed (0)
Back to top