Skip to content

Commit

Permalink
Make TTL allow duration=0s again (#3260)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored Jul 15, 2024
1 parent b960de3 commit ba230b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
45 changes: 0 additions & 45 deletions kubernetes/customresourcedefinitions.gen.yaml

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

1 change: 1 addition & 0 deletions networking/v1alpha3/destination_rule.pb.go

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

1 change: 1 addition & 0 deletions networking/v1alpha3/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ message LoadBalancerSettings {
// Lifetime of the cookie. If specified, a cookie with the TTL will be
// generated if the cookie is not present. If the TTL is present and zero,
// the generated cookie will be a session cookie.
// +kubebuilder:duration-validation:none
google.protobuf.Duration ttl = 3;
};

Expand Down

0 comments on commit ba230b0

Please sign in to comment.