Merge pull request #45723 from zdxgs/main

Fix the links
pull/45726/head
Kubernetes Prow Robot 2024-03-29 01:22:22 -07:00 committed by GitHub
commit 402816f1ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -70,10 +70,10 @@ When present, indicates that modifications should not be persisted. An invalid o
## fieldManager {#fieldManager}
<!--
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://pkg.go.dev/unicode#IsPrint
-->
fieldManager 是与进行这些更改的参与者或实体相关联的名称。
长度小于或128个字符且仅包含可打印字符如 https://golang.org/pkg/unicode/#IsPrint 所定义。
长度小于或128个字符且仅包含可打印字符如 https://pkg.go.dev/unicode#IsPrint 所定义。
<hr>