From 95d8c39c8cb79c6c191ede6f4a085ec0382b8d6d Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Fri, 2 Dec 2016 15:17:26 -0800 Subject: [PATCH] Add missing test cases. --- test/examples_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/examples_test.go b/test/examples_test.go index 3d6d428087..1664267d84 100644 --- a/test/examples_test.go +++ b/test/examples_test.go @@ -317,6 +317,8 @@ func TestExampleObjectSchemas(t *testing.T) { "secret-env-pod": {&api.Pod{}}, }, "../docs/tutorials/stateful-application": { + "gce-volume": {&api.PersistentVolume{}}, + "mysql-deployment": {&api.Service{}, &api.PersistentVolumeClaim{}, &extensions.Deployment{}}, "mysql-services": {&api.Service{}, &api.Service{}}, "mysql-configmap": {&api.ConfigMap{}}, "mysql-statefulset": {&apps.StatefulSet{}},