Merge pull request #112510 from humblec/new-2

various typo corrections in test/e2e package
This commit is contained in:
Kubernetes Prow Robot
2022-09-16 14:59:00 -07:00
committed by GitHub
43 changed files with 65 additions and 65 deletions

View File

@@ -1370,7 +1370,7 @@ func taintExists(taints []v1.Taint, taintToFind *v1.Taint) bool {
// WatchEventSequenceVerifier ...
// manages a watch for a given resource, ensures that events take place in a given order, retries the test on failure
//
// testContext cancelation signal across API boundries, e.g: context.TODO()
// testContext cancellation signal across API boundaries, e.g: context.TODO()
// dc sets up a client to the API
// resourceType specify the type of resource
// namespace select a namespace