Skip to content

Commit

Permalink
expose the parameter in contour config parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Sotiris Nanopoulos <sotiris.nanopoulos@reddit.com>
  • Loading branch information
davinci26 committed Oct 30, 2023
1 parent d706f85 commit 6d4a432
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/config/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,10 @@ type Parameters struct {
// Tracing holds the relevant configuration for exporting trace data to OpenTelemetry.
Tracing *Tracing `yaml:"tracing,omitempty"`

// OmitRouteSorting determines if routes will be sorted by Contour before being sent to Envoy or the original order
// will be determined. Defaults to routing being sorted.
OmitRouteSorting bool `yaml:"omitRouteSorting,omitempty"`

// FeatureFlags defines toggle to enable new contour features.
// available toggles are
// useEndpointSlices - configures contour to fetch endpoint data
Expand Down

0 comments on commit 6d4a432

Please sign in to comment.