Skip to content

Commit

Permalink
Some examples do not pass extended validation
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Nov 10, 2014
1 parent ad92ff6 commit 9a99835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/examples/pod-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "my-pod-1",
"labels": {
"name": "testRun",
"replicationController": "testRun"
"replicationcontroller": "testRun"
},
"desiredState": {
"manifest": {
Expand All @@ -30,7 +30,7 @@
"id": "my-pod-2",
"labels": {
"name": "testRun",
"replicationController": "testRun"
"replicationcontroller": "testRun"
},
"desiredState": {
"manifest": {
Expand Down
1 change: 1 addition & 0 deletions examples/walkthrough/pod-with-http-healthcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
kind: Pod
apiVersion: v1beta1
id: pod-with-healthcheck
desiredState:
manifest:
version: v1beta1
Expand Down
2 changes: 1 addition & 1 deletion examples/walkthrough/replication-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a99835

Please sign in to comment.