Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Apr 19, 2024
1 parent bc6604b commit 76770e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions api/v1alpha1/clienttrafficpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ type HTTP10Settings struct {
type HTTP2Settings struct {
// InitialStreamWindowSize sets the initial window size for HTTP/2 streams.
// If not set, the default value is 64 KiB(64*1024).
// +kubebuilder:validation:Minimum=65535
// +kubebuilder:validation:Maximum=2147483647
// +optional r\"^[1-9]+[0-9]*([EPTGMK]i|[EPTGMk])?$\"
InitialStreamWindowSize *Size `json:"initialStreamWindowSize,omitempty"`

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/api/extension_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ _Appears in:_

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `initialStreamWindowSize` | _[Size](#size)_ | false | InitialStreamWindowSize sets the initial window size for HTTP/2 streams.<br />If not set, the default value is 64 KiB(64*1024). |
| `initialStreamWindowSize` | _[Size](#size)_ | true | InitialStreamWindowSize sets the initial window size for HTTP/2 streams.<br />If not set, the default value is 64 KiB(64*1024). |
| `initialConnectionWindowSize` | _[Size](#size)_ | false | InitialConnectionWindowSize sets the initial window size for HTTP/2 connections.<br />If not set, the default value is 1 MiB(1024*1024). |


Expand Down

0 comments on commit 76770e7

Please sign in to comment.