mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
Merge pull request #77 from fate-grand-order/master
fix misspell "initialize" in problem_client.go
This commit is contained in:
@@ -142,7 +142,7 @@ func getEventRecorder(c *client.Client, nodeName, source string) record.EventRec
|
||||
}
|
||||
|
||||
func getNodeRef(nodeName string) *api.ObjectReference {
|
||||
// TODO(random-liu): Get node to initalize the node reference
|
||||
// TODO(random-liu): Get node to initialize the node reference
|
||||
return &api.ObjectReference{
|
||||
Kind: "Node",
|
||||
Name: nodeName,
|
||||
|
||||
Reference in New Issue
Block a user