Merge pull request #12993 from mikedanese/rtexpapi

fix roundtrip bug and add expapi to round trip serialization tests
This commit is contained in:
Jerzy Szczepkowski
2015-08-21 10:27:17 +02:00
3 changed files with 7 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ import (
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/util"
_ "k8s.io/kubernetes/pkg/expapi"
_ "k8s.io/kubernetes/pkg/expapi/v1"
flag "github.com/spf13/pflag"
)