mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Fix gofmt issues
This commit is contained in:
parent
c88a838282
commit
4cb67b8f0c
1 changed files with 6 additions and 6 deletions
|
|
@ -274,12 +274,12 @@ var _ = SIGDescribe("Proxy", func() {
|
|||
})
|
||||
|
||||
/*
|
||||
Release: v1.21
|
||||
Testname: Proxy, validate ProxyWithPath responses
|
||||
Description: Attempt to create a pod and a service. A
|
||||
set of pod and service endpoints MUST be accessed via
|
||||
ProxyWithPath using a list of http methods. A valid
|
||||
response MUST be returned for each endpoint.
|
||||
Release: v1.21
|
||||
Testname: Proxy, validate ProxyWithPath responses
|
||||
Description: Attempt to create a pod and a service. A
|
||||
set of pod and service endpoints MUST be accessed via
|
||||
ProxyWithPath using a list of http methods. A valid
|
||||
response MUST be returned for each endpoint.
|
||||
*/
|
||||
framework.ConformanceIt("A set of valid responses are returned for both pod and service ProxyWithPath", func() {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue