Fix build failure by adding example and include files (#10610)

Signed-off-by: June Yi <gochist@gmail.com>
This commit is contained in:
June Yi
2018-10-14 20:58:41 +09:00
committed by k8s-ci-robot
parent d14b898a91
commit 462f4553e2
7 changed files with 126 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
env: test
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPresent
nodeSelector:
disktype: ssd