Using Go install for misspell (#8191)
* chore: using go install misspell Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> * chore: fix typo Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
922e27fea7
commit
53ac0ddd42
4 changed files with 5 additions and 5 deletions
|
|
@ -98,7 +98,7 @@ var _ = framework.IngressNginxDescribe("[Flag] watch namespace selector", func()
|
|||
_, err = f.KubeClientSet.CoreV1().Namespaces().Update(context.TODO(), ns, metav1.UpdateOptions{})
|
||||
assert.Nil(ginkgo.GinkgoT(), err, "labeling not matched namespace")
|
||||
|
||||
// update ingress to trigger reconcilation
|
||||
// update ingress to trigger reconciliation
|
||||
ing, err := f.KubeClientSet.NetworkingV1().Ingresses(notMatchedNs).Get(context.TODO(), notMatchedHost, metav1.GetOptions{})
|
||||
assert.Nil(ginkgo.GinkgoT(), err, "retrieve test ingress")
|
||||
if ing.Labels == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue