Skip to content

Commit 4252b0d

Browse files
authored
make gen (#3202)
1 parent f0b5398 commit 4252b0d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

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

mesh/v1alpha1/proxy.pb.go

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

mesh/v1alpha1/proxy.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ message ProxyConfig {
529529
Topology gateway_topology = 28;
530530

531531
// The amount of time allowed for connections to complete on proxy shutdown.
532-
// On receiving `SIGTERM` or `SIGINT`, `istio-agent` tells the active Envoy to start draining,
533-
// preventing any new connections and allowing existing connections to complete. It then
532+
// On receiving `SIGTERM` or `SIGINT`, `istio-agent` tells the active Envoy to start gracefully draining,
533+
// discouraging any new connections and allowing existing connections to complete. It then
534534
// sleeps for the `termination_drain_duration` and then kills any remaining active Envoy processes.
535535
// If not set, a default of `5s` will be applied.
536536
google.protobuf.Duration termination_drain_duration = 29;

0 commit comments

Comments
 (0)