Merge pull request #40876 from asa3311/sync-component-status-v1.md

[zh-cn] sync component-status-v1.md
This commit is contained in:
Kubernetes Prow Robot 2023-04-28 00:56:16 -07:00 committed by GitHub
commit e20420c82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -172,6 +172,7 @@ GET /api/v1/componentstatuses
- **pretty** (*in query*): string - **pretty** (*in query*): string
- **resourceVersion** (*in query*): string - **resourceVersion** (*in query*): string
- **resourceVersionMatch** (*in query*): string - **resourceVersionMatch** (*in query*): string
- **sendInitialEvents** (*in query*): boolean
- **timeoutSeconds** (*in query*): integer - **timeoutSeconds** (*in query*): integer
- **watch** (*in query*): boolean - **watch** (*in query*): boolean
--> -->
@ -208,6 +209,10 @@ GET /api/v1/componentstatuses
<a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a> <a href="{{< ref "../common-parameters/common-parameters#resourceVersionMatch" >}}">resourceVersionMatch</a>
- **sendInitialEvents** (**查询参数**): boolean
<a href="{{< ref "../common-parameters/common-parameters#sendInitialEvents" >}}">sendInitialEvents</a>
- **timeoutSeconds** (**查询参数**): integer - **timeoutSeconds** (**查询参数**): integer
<a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a> <a href="{{< ref "../common-parameters/common-parameters#timeoutSeconds" >}}">timeoutSeconds</a>