Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 12 additions & 48 deletions kubernetes/customresourcedefinitions.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions networking/v1alpha3/virtual_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions networking/v1alpha3/virtual_service.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions networking/v1alpha3/virtual_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,9 @@ message HTTPMatchRequest {
// the access logs for requests matching this route.
string name = 11;

// URI to match
// values are case-sensitive and formatted as follows:
// URI to match.
//
// Values are case-sensitive and formatted as follows:
//
// - `exact: "value"` for exact string match
//
Expand All @@ -751,8 +752,9 @@ message HTTPMatchRequest {
// `ignoreUriCase` flag.
StringMatch uri = 1;

// URI Scheme
// values are case-sensitive and formatted as follows:
// URI Scheme.
//
// Values are case-sensitive and formatted as follows:
//
// - `exact: "value"` for exact string match
//
Expand All @@ -762,8 +764,9 @@ message HTTPMatchRequest {
//
StringMatch scheme = 2;

// HTTP Method
// values are case-sensitive and formatted as follows:
// HTTP Method.
//
// Values are case-sensitive and formatted as follows:
//
// - `exact: "value"` for exact string match
//
Expand All @@ -773,8 +776,9 @@ message HTTPMatchRequest {
//
StringMatch method = 3;

// HTTP Authority
// values are case-sensitive and formatted as follows:
// HTTP Authority.
//
// Values are case-sensitive and formatted as follows:
//
// - `exact: "value"` for exact string match
//
Expand Down