Skip to content

Commit

Permalink
fix godoc for StringMatch
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Jan 6, 2023
1 parent bdab0ca commit 5c6622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ir/xds.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func (r HTTPPathModifier) Validate() error {
}

// StringMatch holds the various match conditions.
// Only one of Exact, Prefix or SafeRegex can be set.
// Only one of Exact, Prefix, SafeRegex or Distinct can be set.
// +k8s:deepcopy-gen=true
type StringMatch struct {
// Name of the field to match on.
Expand Down

0 comments on commit 5c6622a

Please sign in to comment.