Commit 9a998350 authored by Clayton Coleman's avatar Clayton Coleman

Some examples do not pass extended validation

parent ad92ff69
......@@ -6,7 +6,7 @@
"id": "my-pod-1",
"labels": {
"name": "testRun",
"replicationController": "testRun"
"replicationcontroller": "testRun"
},
"desiredState": {
"manifest": {
......@@ -30,7 +30,7 @@
"id": "my-pod-2",
"labels": {
"name": "testRun",
"replicationController": "testRun"
"replicationcontroller": "testRun"
},
"desiredState": {
"manifest": {
......
kind: Pod
apiVersion: v1beta1
id: pod-with-healthcheck
desiredState:
manifest:
version: v1beta1
......
......@@ -22,4 +22,4 @@ desiredState:
# Important: these labels need to match the selector above
# The api server enforces this constraint.
labels:
- name: nginx
name: nginx
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment