Skip to content

Commit

Permalink
Merge pull request #181 from jpeach/fix-proto-spelling
Browse files Browse the repository at this point in the history
Fix Listener protocol constant spellings.
  • Loading branch information
k8s-ci-robot authored May 7, 2020
2 parents 68db61e + 6c8a07a commit 11bbfec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/v1alpha1/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ type GatewaySpec struct {
}

const (
// HTTPProcotol constant.
HTTPProcotol = "HTTP"
// HTTPSProcotol constant.
HTTPSProcotol = "HTTPS"
// HTTPProtocol constant.
HTTPProtocol = "HTTP"
// HTTPSProtocol constant.
HTTPSProtocol = "HTTPS"
)

// Listener defines a
Expand Down

0 comments on commit 11bbfec

Please sign in to comment.