hardcode to yaml file (#7948)

* hardcode to yaml file

* add test instance.

* fix mistake

* fix mistake

* Uniform style
This commit is contained in:
chenhonggc
2018-04-07 22:07:08 +08:00
committed by k8s-ci-robot
parent fd81d48d58
commit 372a37141a
4 changed files with 102 additions and 90 deletions
+2
View File
@@ -427,6 +427,8 @@ func TestExampleObjectSchemas(t *testing.T) {
"fluentd-gcp-ds": {&extensions.DaemonSet{}},
"nginx-dep": {&extensions.Deployment{}},
"shell-demo": {&api.Pod{}},
"node-problem-detector": {&extensions.DaemonSet{}},
"node-problem-detector-configmap": {&extensions.DaemonSet{}},
"termination": {&api.Pod{}},
},
// TODO: decide whether federation examples should be added