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
commit 3fedfb8ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.