Move Garbage Collection topic. (#2874)

* Move Garbage Collection topic.

* Fix included file.
This commit is contained in:
Steve Perry
2017-03-16 13:58:07 -07:00
committed by GitHub
parent 01b2be0b45
commit 4c6b8cc087
3 changed files with 22 additions and 9 deletions
@@ -0,0 +1,17 @@
apiVersion: extensions/v1beta1
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