Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2093

Merged
merged 1 commit into from
Jul 31, 2023
Merged
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
6 changes: 3 additions & 3 deletions networkservices/v1/networkservices-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2148,7 +2148,7 @@
}
}
},
"revision": "20230619",
"revision": "20230724",
"rootUrl": "https://networkservices.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3154,15 +3154,15 @@
},
"requestHeaderModifier": {
"$ref": "HttpRouteHeaderModifier",
"description": "The specification for modifying the headers of a matching request prior to delivery of the request to the destination."
"description": "The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration."
},
"requestMirrorPolicy": {
"$ref": "HttpRouteRequestMirrorPolicy",
"description": "Specifies the policy on how requests intended for the routes destination are shadowed to a separate mirrored destination. Proxy will not wait for the shadow destination to respond before returning the response. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow."
},
"responseHeaderModifier": {
"$ref": "HttpRouteHeaderModifier",
"description": "The specification for modifying the headers of a response prior to sending the response back to the client."
"description": "The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration."
},
"retryPolicy": {
"$ref": "HttpRouteRetryPolicy",
Expand Down
9 changes: 7 additions & 2 deletions networkservices/v1/networkservices-gen.go

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