Upgrade Hazelcast example with the latest hazelcast-kubernetes-bootstrapper 0.7.0, using Deployments instead of Replication Controller.
This commit is contained in:
@@ -241,7 +241,7 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"pod": &api.Pod{},
|
||||
},
|
||||
"../examples/storage/hazelcast": {
|
||||
"hazelcast-controller": &api.ReplicationController{},
|
||||
"hazelcast-deployment": &extensions.Deployment{},
|
||||
"hazelcast-service": &api.Service{},
|
||||
},
|
||||
"../examples/meteor": {
|
||||
|
Reference in New Issue
Block a user