add v1 tests to hack/test-go; let default value of Container.SecurityContext to be nil

This commit is contained in:
Chao Xu
2015-06-01 21:51:26 -07:00
parent a6d68bd76d
commit ff6947625d
11 changed files with 143 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ import (
"testing"
internal "github.com/GoogleCloudPlatform/kubernetes/pkg/api"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1"
)
func TestResourceVersioner(t *testing.T) {