examples_test: Ignore PetSet object.
It cannot be decoded anymore, but the file is kept for legacy users.reviewable/pr1874/r2
parent
74423e1a2a
commit
baf9239519
|
@ -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{}},
|
||||
|
|
Loading…
Reference in New Issue