mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-02 17:35:49 +00:00
clean wrong notes. (#1036)
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
@@ -86,7 +86,7 @@ func (cp *checkpoint) getPodEntries() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// GetComputeDeviceMap returns an instance of a map of ResourceInfo
|
||||
// GetPodResourceMap returns an instance of a map of ResourceInfo
|
||||
func (cp *checkpoint) GetPodResourceMap(pod *v1.Pod) (map[string]*types.ResourceInfo, error) {
|
||||
podID := string(pod.UID)
|
||||
resourceMap := make(map[string]*types.ResourceInfo)
|
||||
|
Reference in New Issue
Block a user