-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(policies): use GatewayAPI style header modifier in all policies (#…
…5757) MeshHealthCheck and MeshRateLimit didn't adopt the same style of headers. Update MeshRetry to ensure Pascal case for Type value and add Present and Absent as types. This is important for api coherency. Fix #5712 Signed-off-by: Charly Molter <charly.molter@konghq.com>
- Loading branch information
Showing
42 changed files
with
1,518 additions
and
671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package v1alpha1 | ||
|
||
// +kubebuilder:validation:MinLength=1 | ||
// +kubebuilder:validation:MaxLength=256 | ||
// +kubebuilder:validation:Pattern=`^[a-z0-9!#$%&'*+\-.^_\x60|~]+$` | ||
type HeaderName string | ||
|
||
type HeaderValue string |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.