From 6a56256d96daf4ac3eac2da4b7fa4bcc8031d524 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Tue, 3 Sep 2024 15:11:24 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: bjee19 <139261241+bjee19@users.noreply.github.com> --- docs/proposals/upstream-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposals/upstream-settings.md b/docs/proposals/upstream-settings.md index fab040e64..a56b3346f 100644 --- a/docs/proposals/upstream-settings.md +++ b/docs/proposals/upstream-settings.md @@ -60,7 +60,7 @@ type UpstreamSettingsPolicy struct { Status gatewayv1alpha2.PolicyStatus `json:"status,omitempty"` } -type UpstreamSettingsSpec struct { +type UpstreamSettingsPolicySpec struct { // TargetRefs identifies API object(s) to apply the policy to. // Objects must be in the same namespace as the policy. // Support: Service @@ -83,7 +83,7 @@ type UpstreamSettingsSpec struct { // UpstreamKeepAlive defines the keep-alive settings for upstreams. type UpstreamKeepAlive struct { - // Connections sets the maximum number of idle keepalive connections to upstream servers that are preserved + // Connections sets the maximum number of idle keep-alive connections to upstream servers that are preserved // in the cache of each nginx worker process. When this number is exceeded, the least recently used // connections are closed. // Directive: https://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive