Add more files for schema test

This commit is contained in:
Qiming Teng
2017-11-21 16:22:55 +08:00
parent 5e19e823b5
commit 5e7e5f3235
9 changed files with 133 additions and 126 deletions
@@ -45,7 +45,7 @@ Kubernetes 垃圾收集器的角色是删除指定的对象,这些对象曾经
如果创建该 ReplicaSet,然后查看 Pod 的 metadata 字段,能够看到 OwnerReferences 字段:
```shell
kubectl create -f https://k8s.io/docs/concepts/abstractions/controllers/my-repset.yaml
kubectl create -f https://k8s.io/docs/concepts/controllers/my-repset.yaml
kubectl get pods --output=yaml
```