Rename PetSet to StatefulSet in docs and examples.
This commit is contained in:
@@ -218,10 +218,10 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"rbd-with-secret": &api.Pod{},
|
||||
},
|
||||
"../examples/storage/cassandra": {
|
||||
"cassandra-daemonset": &extensions.DaemonSet{},
|
||||
"cassandra-controller": &api.ReplicationController{},
|
||||
"cassandra-service": &api.Service{},
|
||||
"cassandra-petset": &apps.StatefulSet{},
|
||||
"cassandra-daemonset": &extensions.DaemonSet{},
|
||||
"cassandra-controller": &api.ReplicationController{},
|
||||
"cassandra-service": &api.Service{},
|
||||
"cassandra-statefulset": &apps.StatefulSet{},
|
||||
},
|
||||
"../examples/cluster-dns": {
|
||||
"dns-backend-rc": &api.ReplicationController{},
|
||||
|
Reference in New Issue
Block a user