From 799fb862a5b4b4fba2e165b269d027d1a8822538 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 1 Aug 2019 22:11:15 +0800 Subject: [PATCH] Typo fix: DaemonsSet->DaemonSet Typo fix: DaemonsSet->DaemonSet --- test/utils/runners.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/runners.go b/test/utils/runners.go index c5361dd3df6..d3196364032 100644 --- a/test/utils/runners.go +++ b/test/utils/runners.go @@ -1653,7 +1653,7 @@ func (config *DaemonConfig) Run() error { return running == len(nodes.Items), nil }) if err != nil { - config.LogFunc("Timed out while waiting for DaemonsSet %v/%v to be running.", config.Namespace, config.Name) + config.LogFunc("Timed out while waiting for DaemonSet %v/%v to be running.", config.Namespace, config.Name) } else { config.LogFunc("Created Daemon %v/%v", config.Namespace, config.Name) }