examples_test: Ignore PetSet object.

It cannot be decoded anymore, but the file is kept for legacy users.
reviewable/pr1874/r2
Anthony Yeh 2016-12-06 15:39:58 -08:00
parent 74423e1a2a
commit baf9239519
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"nginx-probe-deployment": {&extensions.Deployment{}},
"nginx-secure-app": {&api.Service{}, &extensions.Deployment{}},
"nginx-svc": {&api.Service{}},
"petset": {&api.Service{}, &apps.StatefulSet{}},
"petset": {&api.Service{}, nil},
"pod": {&api.Pod{}},
"pod-w-message": {&api.Pod{}},
"redis-deployment": {&extensions.Deployment{}},