Merge pull request #38348 from tengqm/fix-example-test

Fix examples test
pull/38507/head
Kubernetes Prow Robot 2022-12-15 19:53:35 -08:00 committed by GitHub
commit a894ba1063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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{}},