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 Feb 7, 2024
1 parent 8fb86d2 commit 21a4036
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 @@ -113,7 +113,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 21a4036

Please sign in to comment.