Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: bjee19 <[email protected]>
  • Loading branch information
sjberman and bjee19 authored Sep 3, 2024
1 parent d75af49 commit 6a56256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/proposals/upstream-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6a56256

Please sign in to comment.