add zh docsy

This commit is contained in:
guoxudong
2020-06-15 13:39:13 +08:00
parent a0072a2cf9
commit 518147c129
240 changed files with 49830 additions and 1083 deletions

View File

@@ -0,0 +1,16 @@
---
title: "namespace"
linkTitle: "namespace"
type: docs
description: >
为所有资源添加 namespace。
---
```yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: my-namespace
```
如果在资源上设置了现有 namespace则将覆盖现有 namespace如果在资源上未设置现有 namespace则使用现有 namespace。