Merge pull request #97454 from lixiaobing1/nodename

modify hostname of ErrReason
This commit is contained in:
Kubernetes Prow Robot
2021-01-19 08:19:45 -08:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ const (
Name = "NodeName"
// ErrReason returned when node name doesn't match.
ErrReason = "node(s) didn't match the requested hostname"
ErrReason = "node(s) didn't match the requested node name"
)
// Name returns name of the plugin. It is used in logs, etc.