diff --git a/api/examples/pod-list.json b/api/examples/pod-list.json index ea6f9f874e..01e4fd4de7 100644 --- a/api/examples/pod-list.json +++ b/api/examples/pod-list.json @@ -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": { diff --git a/examples/walkthrough/pod-with-http-healthcheck.yaml b/examples/walkthrough/pod-with-http-healthcheck.yaml index 58c9cc005a..e2774a6404 100644 --- a/examples/walkthrough/pod-with-http-healthcheck.yaml +++ b/examples/walkthrough/pod-with-http-healthcheck.yaml @@ -1,5 +1,6 @@ kind: Pod apiVersion: v1beta1 +id: pod-with-healthcheck desiredState: manifest: version: v1beta1 diff --git a/examples/walkthrough/replication-controller.yaml b/examples/walkthrough/replication-controller.yaml index 37117a40b9..fa60c96d9d 100644 --- a/examples/walkthrough/replication-controller.yaml +++ b/examples/walkthrough/replication-controller.yaml @@ -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