Skip to content

Commit 7e4c2af

Browse files
authored
Update operator.md
如果生态系统中没可以实现你目标的 Operator,你可以自己编写代码 修改为=> 如果生态系统中没有可以实现你目标的 Operator,你可以自己编写代码
1 parent ae9e828 commit 7e4c2af

File tree

1 file changed

+1
-1
lines changed
  • content/zh-cn/docs/concepts/extend-kubernetes

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ You also implement an operator (that is, a Controller) using any language / runt
197197
that can act as a [client for the Kubernetes API](/docs/reference/using-api/client-libraries/).
198198
-->
199199

200-
如果生态系统中没可以实现你目标的 Operator,你可以自己编写代码。
200+
如果生态系统中没有可以实现你目标的 Operator,你可以自己编写代码。
201201

202202
你还可以使用任何支持
203203
[Kubernetes API 客户端](/zh-cn/docs/reference/using-api/client-libraries/)的语言或运行时来实现

0 commit comments

Comments
 (0)