Files
website/pkg/api/validation/testdata/v1/invalidPod.yaml
T
johndmulhausen 6bd2f3f318 Squashed 'k8smain/' content from commit 719158d
git-subtree-dir: k8smain
git-subtree-split: 719158d2c8788c30cc9e1c51bbebb53c5801524e
2016-03-01 18:18:53 -08:00

12 lines
169 B
YAML

apiVersion: v1
kind: Pod
metadata:
labels:
name: redis-master
name: name
spec:
containers:
- args: "this is a bad command"
image: redis
name: master