Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 31, 2023
1 parent 597995c commit 2b1c61f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions networkservices/v1/networkservices-api.json
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.

0 comments on commit 2b1c61f

Please sign in to comment.