Unverified Commit 0aad894b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #60365 from CaoShuFeng/example_test

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. clean up elasticsearch from unit test The example of elasticsearch has been removed. **Release note**: ```release-note NONE ```
parents 8f820169 5f7d77b0
...@@ -238,11 +238,6 @@ func TestExampleObjectSchemas(t *testing.T) { ...@@ -238,11 +238,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"namespace-dev": &api.Namespace{}, "namespace-dev": &api.Namespace{},
"namespace-prod": &api.Namespace{}, "namespace-prod": &api.Namespace{},
}, },
"../examples/elasticsearch": {
"es-rc": &api.ReplicationController{},
"es-svc": &api.Service{},
"service-account": nil,
},
"../examples/explorer": { "../examples/explorer": {
"pod": &api.Pod{}, "pod": &api.Pod{},
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment