Skip to content

Commit

Permalink
chore: lowercase labels
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Knecht <Hans.Knecht@missionlane.com>
  • Loading branch information
knechtionscoding committed Jun 13, 2021
1 parent 8555f82 commit 35c8957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/gloo/gloo/v1/types.go
Expand Up @@ -18,7 +18,7 @@ type Upstream struct {

type UpstreamSpec struct {
Kube *KubeUpstream `json:"kube,omitempty"`
Labels map[string]string `json:"Labels,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
SslConfig *UpstreamSslConfig `json:"sslConfig,omitempty"`
CircuitBreakers *CircuitBreakerConfig `json:"circuitBreakers,omitempty"`
ConnectionConfig *ConnectionConfig `json:"connectionConfig,omitempty"`
Expand Down

0 comments on commit 35c8957

Please sign in to comment.