mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Correcting two spelling mistakes Reustable->Reusable adversly->adversely
This commit is contained in:
parent
7deb49ecd8
commit
18d932586b
@ -279,7 +279,7 @@ var _ = kubectlDescribe("Kubectl client", func() {
|
|||||||
defer GinkgoRecover()
|
defer GinkgoRecover()
|
||||||
f := framework.NewDefaultFramework("kubectl")
|
f := framework.NewDefaultFramework("kubectl")
|
||||||
|
|
||||||
// Reustable cluster state function. This won't be adversly affected by lazy initialization of framework.
|
// Reusable cluster state function. This won't be adversely affected by lazy initialization of framework.
|
||||||
clusterState := func() *framework.ClusterVerification {
|
clusterState := func() *framework.ClusterVerification {
|
||||||
return f.NewClusterVerification(
|
return f.NewClusterVerification(
|
||||||
f.Namespace,
|
f.Namespace,
|
||||||
|
Loading…
Reference in New Issue
Block a user