mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Fix formatting
This commit is contained in:
parent
076d96236e
commit
e3b9d78915
@ -377,7 +377,7 @@ var _ = SIGDescribe("ReplicationController", func() {
|
|||||||
framework.ExpectEqual(eventFound, true, "failed to find RC %v event", watch.Added)
|
framework.ExpectEqual(eventFound, true, "failed to find RC %v event", watch.Added)
|
||||||
|
|
||||||
return actualWatchEvents
|
return actualWatchEvents
|
||||||
}, func () (err error) {
|
}, func() (err error) {
|
||||||
_ = f.ClientSet.CoreV1().ReplicationControllers(testRcNamespace).DeleteCollection(context.TODO(), metav1.DeleteOptions{}, metav1.ListOptions{LabelSelector: "test-rc-static=true"})
|
_ = f.ClientSet.CoreV1().ReplicationControllers(testRcNamespace).DeleteCollection(context.TODO(), metav1.DeleteOptions{}, metav1.ListOptions{LabelSelector: "test-rc-static=true"})
|
||||||
return err
|
return err
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user