Skip to content

Commit

Permalink
Fix typo, make linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Lior Okman <[email protected]>
  • Loading branch information
liorokman committed Jan 25, 2024
1 parent d88b069 commit 9ba81dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/clienttrafficpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type HeaderSettings struct {
// requested is Overwrite or AppendIfAbsent. Defaults to "envoy" if not specified.
//
// +optional
ServerName *string `json:"serverName,omitEmpty"`
ServerName *string `json:"serverName,omitempty"`
// ServerHeaderTransformation defines how the Server header should be handled for
// proxied traffic. Defaults to "Overwrite".
//
Expand Down

0 comments on commit 9ba81dd

Please sign in to comment.