From 756beeac284dfefc4a64be2f407d3ac29f92e19a Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Fri, 9 Dec 2022 11:38:25 +0800 Subject: [PATCH] Fix examples test There is a newly added YAML not covered by the test case. This PR adds it to the test case. --- content/en/examples/examples_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/examples/examples_test.go b/content/en/examples/examples_test.go index 495d8435884..c6cf21df7d6 100644 --- a/content/en/examples/examples_test.go +++ b/content/en/examples/examples_test.go @@ -513,6 +513,7 @@ func TestExampleObjectSchemas(t *testing.T) { "configmap": { "configmaps": {&api.ConfigMap{}, &api.ConfigMap{}}, "configmap-multikeys": {&api.ConfigMap{}}, + "configure-pod": {&api.Pod{}}, }, "controllers": { "daemonset": {&apps.DaemonSet{}},