cleaning up

Kubernetes-commit: a6b781935eb833144c3459f791a3a12cfebc66ee
This commit is contained in:
yue9944882 2018-07-24 15:04:28 +08:00 committed by Kubernetes Publisher
parent 1f2b2865e4
commit d7eae80a4e
1 changed files with 0 additions and 9 deletions

View File

@ -567,15 +567,6 @@ func (s *ConnecterRESTStorage) NewConnectOptions() (runtime.Object, bool, string
return s.emptyConnectOptions, false, ""
}
type LegacyRESTStorage struct {
*SimpleRESTStorage
}
func (storage LegacyRESTStorage) Delete(ctx context.Context, id string) (runtime.Object, error) {
obj, _, err := storage.SimpleRESTStorage.Delete(ctx, id, nil)
return obj, err
}
type MetadataRESTStorage struct {
*SimpleRESTStorage
types []string