add v1 tests to hack/test-go; let default value of Container.SecurityContext to be nil
This commit is contained in:
parent
14d5f24aa8
commit
932367168e
|
@ -140,6 +140,7 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||||
cases := map[string]map[string]runtime.Object{
|
cases := map[string]map[string]runtime.Object{
|
||||||
"../cmd/integration": {
|
"../cmd/integration": {
|
||||||
"v1beta3-controller": &api.ReplicationController{},
|
"v1beta3-controller": &api.ReplicationController{},
|
||||||
|
"v1-controller": &api.ReplicationController{},
|
||||||
},
|
},
|
||||||
"../examples/guestbook": {
|
"../examples/guestbook": {
|
||||||
"frontend-controller": &api.ReplicationController{},
|
"frontend-controller": &api.ReplicationController{},
|
||||||
|
|
Loading…
Reference in New Issue