Revamped Elasticsearch example that now uses an Alpine Linux container with JRE 8u51 and Elasticsearch 1.7.1.

Replaced Go discovery mechanism for Elasticsearch discovery plug-in that supports Kubernetes.
This commit is contained in:
Paulo Pires
2015-08-21 12:30:11 +01:00
parent ae1236303e
commit 0a64995b7b
21 changed files with 618 additions and 873 deletions

View File

@@ -237,9 +237,9 @@ func TestExampleObjectSchemas(t *testing.T) {
"dapi-pod": &api.Pod{},
},
"../examples/elasticsearch": {
"mytunes-namespace": &api.Namespace{},
"music-rc": &api.ReplicationController{},
"music-service": &api.Service{},
"es-rc": &api.ReplicationController{},
"es-svc": &api.Service{},
"service-account": nil,
},
"../examples/explorer": {
"pod": &api.Pod{},