Merge pull request #10287 from wojtek-t/changes_to_registry
Remove some dead code
This commit is contained in:
@@ -203,9 +203,6 @@ func (r *StatusREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object
|
||||
return r.store.Update(ctx, obj)
|
||||
}
|
||||
|
||||
// Implement GetterWithOptions
|
||||
var _ = rest.GetterWithOptions(&LogREST{})
|
||||
|
||||
// LogREST implements the log endpoint for a Pod
|
||||
type LogREST struct {
|
||||
store *etcdgeneric.Etcd
|
||||
|
Reference in New Issue
Block a user