Skip to content

Commit 54b1d7e

Browse files
committed
update controllers
1 parent 531a126 commit 54b1d7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

staging/examples_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,16 @@ func TestExampleObjectSchemas(t *testing.T) {
199199
},
200200
"../examples/guestbook/legacy": {
201201
"frontend-controller": &api.ReplicationController{},
202-
"redis-slave-controller": &api.ReplicationController{},
202+
"redis-replica-controller": &api.ReplicationController{},
203203
"redis-master-controller": &api.ReplicationController{},
204204
},
205205
"../examples/guestbook-go": {
206206
"guestbook-controller": &api.ReplicationController{},
207-
"redis-slave-controller": &api.ReplicationController{},
207+
"redis-replica-controller": &api.ReplicationController{},
208208
"redis-master-controller": &api.ReplicationController{},
209209
"guestbook-service": &api.Service{},
210210
"redis-master-service": &api.Service{},
211-
"redis-slave-service": &api.Service{},
211+
"redis-replica-service": &api.Service{},
212212
},
213213
"../examples/volumes/iscsi": {
214214
"chap-secret": &api.Secret{},

0 commit comments

Comments
 (0)