Skip to content

Commit 5c7f0f6

Browse files
committed
codegen
1 parent 08f3d6e commit 5c7f0f6

11 files changed

+2607
-44
lines changed

apis/v1/grpcroute_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ type GRPCRouteFilter struct {
551551
//
552552
// +optional
553553
//
554-
// +kubebuilder:validation:XValidation:message="Only one of percent or fraction may be specified in HTTPRequestMirrorFilter",rule="!(has(self.percent) && has(self.fraction))">
554+
// +kubebuilder:validation:XValidation:message="Only one of percent or fraction may be specified in HTTPRequestMirrorFilter",rule="!(has(self.percent) && has(self.fraction))"
555555
RequestMirror *HTTPRequestMirrorFilter `json:"requestMirror,omitempty"`
556556

557557
// ExtensionRef is an optional, implementation-specific extension to the

apis/v1/httproute_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ type HTTPRouteFilter struct {
855855
//
856856
// +optional
857857
//
858-
// +kubebuilder:validation:XValidation:message="Only one of percent or fraction may be specified in HTTPRequestMirrorFilter",rule="!(has(self.percent) && has(self.fraction))">
858+
// +kubebuilder:validation:XValidation:message="Only one of percent or fraction may be specified in HTTPRequestMirrorFilter",rule="!(has(self.percent) && has(self.fraction))"
859859
RequestMirror *HTTPRequestMirrorFilter `json:"requestMirror,omitempty"`
860860

861861
// RequestRedirect defines a schema for a filter that responds to the

config/crd/experimental/gateway.networking.k8s.io_backendlbpolicies.yaml

Lines changed: 230 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)