Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPodUIDAndContainerIDFromCGroupPath (0.24 sec)

  1. cni/pkg/nodeagent/podcgroupns.go

    	if matches == nil {
    		return false
    	}
    	if matches["mustnotmatch"] != "" {
    		return false
    	}
    	return true
    }
    
    // nolint: lll
    func getPodUIDAndContainerIDFromCGroupPath(cgroupPath string) (types.UID, string, bool) {
    	// We are only interested in kube pods entries, for example:
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Apr 12 21:47:31 GMT 2024
    - 11K bytes
    - Viewed (0)
Back to top