zh-trans: add examples/{controllers,debug,federation}/ yaml files

This commit is contained in:
Rui Chen
2018-12-03 09:13:06 -05:00
parent 13953625e4
commit b3a0ff3479
18 changed files with 913 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: my-repset
spec:
replicas: 3
selector:
matchLabels:
pod-is-for: garbage-collection-example
template:
metadata:
labels:
pod-is-for: garbage-collection-example
spec:
containers:
- name: nginx
image: nginx