mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	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:
		@@ -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{},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user