Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Mar 28, 2023
1 parent 8e0661b commit 595bc40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conformance/utils/echo/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ const (
RequestHeader HeaderType = "request"
ResponseHeader HeaderType = "response"
)

// GetHeaders returns the appropriate headers for the given type.
func (r Response) GetHeaders(hType HeaderType) http.Header {
switch hType {
Expand Down
1 change: 1 addition & 0 deletions conformance/utils/echo/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/remotecommand"
"sigs.k8s.io/controller-runtime/pkg/client"

"sigs.k8s.io/gateway-api/conformance/utils/http"
"sigs.k8s.io/gateway-api/conformance/utils/suite"
)
Expand Down
1 change: 1 addition & 0 deletions conformance/utils/suite/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"testing"

"sigs.k8s.io/controller-runtime/pkg/client"

"sigs.k8s.io/gateway-api/conformance/utils/kubernetes"
)

Expand Down

0 comments on commit 595bc40

Please sign in to comment.