mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Serialization_test quick fix (remove exapi)
This commit is contained in:
parent
66309325f8
commit
9d466abd55
@ -32,8 +32,9 @@ import (
|
||||
"k8s.io/kubernetes/pkg/runtime"
|
||||
"k8s.io/kubernetes/pkg/util"
|
||||
|
||||
_ "k8s.io/kubernetes/pkg/expapi"
|
||||
_ "k8s.io/kubernetes/pkg/expapi/v1"
|
||||
// TODO: enable when exapi problems are fixed #13083
|
||||
//_ "k8s.io/kubernetes/pkg/expapi"
|
||||
//_ "k8s.io/kubernetes/pkg/expapi/v1"
|
||||
|
||||
flag "github.com/spf13/pflag"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user