Skip to content

Commit

Permalink
Update zh-example-README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Aug 1, 2019
1 parent b4d6e89 commit 86f2216
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/zh/README.md
Expand Up @@ -26,6 +26,8 @@ go get sigs.k8s.io/kustomize/v3/cmd/kustomize

* [json patch](jsonpatch.md) -在 kustomization 中应用 json patch 。

* [patch multiple objects](patchMultipleObjects.md) - Apply a patch to multiple objects

高级用法

- generator 插件:
Expand All @@ -34,6 +36,10 @@ go get sigs.k8s.io/kustomize/v3/cmd/kustomize

* [secret generation](../secretGeneratorPlugin.md) - 生成 Secret。

- transformer 插件:

* [validation transformer](../validationTransformer/README.md) - 通过 transformer 验证资源。

- 定制内建 transformer 配置

* [transformer configs](../transformerconfigs/README.md) - 自定义 transformer 配置。
Expand Down

0 comments on commit 86f2216

Please sign in to comment.