File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ vendor/k8s.io/apimachinery/pkg/api/meta
14
14
vendor/k8s.io/apimachinery/pkg/apis/meta/v1/validation
15
15
vendor/k8s.io/apimachinery/pkg/runtime
16
16
vendor/k8s.io/apimachinery/pkg/runtime/serializer/json
17
- vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning
18
17
vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy
19
18
vendor/k8s.io/apimachinery/pkg/util/net
20
19
vendor/k8s.io/apimachinery/pkg/util/sets/types
Original file line number Diff line number Diff line change @@ -319,15 +319,6 @@ func (s *mockSerializer) Identifier() runtime.Identifier {
319
319
return runtime .Identifier ("mock" )
320
320
}
321
321
322
- type mockCreater struct {
323
- err error
324
- obj runtime.Object
325
- }
326
-
327
- func (c * mockCreater ) New (kind schema.GroupVersionKind ) (runtime.Object , error ) {
328
- return c .obj , c .err
329
- }
330
-
331
322
type mockTyper struct {
332
323
gvks []schema.GroupVersionKind
333
324
unversioned bool
You can’t perform that action at this time.
0 commit comments