Skip to content

Commit 041c225

Browse files
authored
Remove non-zero requirement on connectionPool.tcp.IdleTimeout (#3455)
1 parent e373afd commit 041c225

File tree

3 files changed

+2
-63
lines changed

3 files changed

+2
-63
lines changed

kubernetes/customresourcedefinitions.gen.yaml

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

networking/v1alpha3/destination_rule.pb.go

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

networking/v1alpha3/destination_rule.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ message ConnectionPoolSettings {
609609
// because idleTimeout is a property of a listener, not a cluster. In that case, idleTimeout
610610
// specified in a destination rule for the first weighted route is configured in the listener,
611611
// which means also for all weighted routes.
612+
// +protoc-gen-crd:duration-validation:none
612613
google.protobuf.Duration idle_timeout = 5;
613614
};
614615

0 commit comments

Comments
 (0)