diff --git a/examples_test.go b/examples_test.go index 332ed89a..877d8482 100644 --- a/examples_test.go +++ b/examples_test.go @@ -140,6 +140,7 @@ func TestExampleObjectSchemas(t *testing.T) { cases := map[string]map[string]runtime.Object{ "../cmd/integration": { "v1beta3-controller": &api.ReplicationController{}, + "v1-controller": &api.ReplicationController{}, }, "../examples/guestbook": { "frontend-controller": &api.ReplicationController{},