We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efcb21 commit 2e79da9Copy full SHA for 2e79da9
test/e2e/network/service.go
@@ -2637,9 +2637,9 @@ var _ = SIGDescribe("Services", func() {
2637
})
2638
2639
/*
2640
- Release : v1.18
2641
- Testname: Find Kubernetes Service in default Namespace
2642
- Description: List all Services in all Namespaces, response MUST include a Service named Kubernetes with the Namespace of default.
+ Release : v1.18
+ Testname: Find Kubernetes Service in default Namespace
+ Description: List all Services in all Namespaces, response MUST include a Service named Kubernetes with the Namespace of default.
2643
*/
2644
framework.ConformanceIt("should find a service from listing all namespaces", func() {
2645
ginkgo.By("fetching services")
0 commit comments