Merge pull request #114355 from dengyufeng2206/pr1208

fix msg in /test/e2e/apps/daemon_set.go
This commit is contained in:
Kubernetes Prow Robot 2022-12-15 03:27:35 -08:00 committed by GitHub
commit b30a6a3fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -838,7 +838,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
err = e2edaemonset.CheckDaemonStatus(f, dsName)
framework.ExpectNoError(err)
ginkgo.By("listing all DeamonSets")
ginkgo.By("listing all DaemonSets")
dsList, err := cs.AppsV1().DaemonSets("").List(context.TODO(), metav1.ListOptions{LabelSelector: labelSelector})
framework.ExpectNoError(err, "failed to list Daemon Sets")
framework.ExpectEqual(len(dsList.Items), 1, "filtered list wasn't found")