Skip to content

Commit

Permalink
fixed some typos in comments
Browse files Browse the repository at this point in the history
Change-Id: Ieb650479b6b0fef1a4ecaeb2c3c1a7c15fff43d5
  • Loading branch information
ahalimx86 committed Oct 1, 2018
1 parent 9a77ff9 commit 356d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8sclient/k8sclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func getKubernetesDelegate(client KubeClient, net *types.NetworkSelectionElement
return nil, resourceMap, logging.Errorf("getKubernetesDelegate: failed to get the netplugin data: %v", err)
}

// Get resourceName annotation from NetDefinition
// Get resourceName annotation from NetworkAttachmentDefinition
deviceID := ""
resourceName, ok := customResource.Metadata.Annotations[resourceNameAnnot]
if ok && podID != "" {
Expand Down

0 comments on commit 356d331

Please sign in to comment.