Skip to content

Commit

Permalink
Merge pull request kubesphere#1510 from zackzhangkai/master
Browse files Browse the repository at this point in the history
fix servicemesh crd
  • Loading branch information
ks-ci-bot authored May 8, 2021
2 parents cb816f9 + ebf5b55 commit 73787c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,10 @@ spec:
additionalProperties:
description: Describes how to match a given string in HTTP headers. Match is case-sensitive.
type: object
x-kubernetes-preserve-unknown-fields: true
description: "The header keys must be lowercase and use hyphen as the separator, e.g. _x-request-id_. \n Header values are case-sensitive and formatted as follows: \n - `exact: \"value\"` for exact string match \n - `prefix: \"value\"` for prefix-based match \n - `regex: \"value\"` for ECMAscript style regex-based match \n If the value is empty and only the name of header is specfied, presence of the header is checked. **Note:** The keys `uri`, `scheme`, `method`, and `authority` will be ignored."
type: object
x-kubernetes-preserve-unknown-fields: true
ignore_uri_case:
description: "Flag to specify whether the URI matching should be case-insensitive. \n **Note:** The case will be ignored only in the case of `exact` and `prefix` URI matches."
type: boolean
Expand Down

0 comments on commit 73787c8

Please sign in to comment.