mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
fix typo in logging statement
This commit is contained in:
parent
eb8d34ba63
commit
32ec6bc5e8
@ -806,7 +806,7 @@ func (e *Store) Delete(ctx genericapirequest.Context, name string, options *meta
|
|||||||
}
|
}
|
||||||
|
|
||||||
// delete immediately, or no graceful deletion supported
|
// delete immediately, or no graceful deletion supported
|
||||||
glog.V(6).Infof("going to delete %s from regitry: ", name)
|
glog.V(6).Infof("going to delete %s from registry: ", name)
|
||||||
out = e.NewFunc()
|
out = e.NewFunc()
|
||||||
if err := e.Storage.Delete(ctx, key, out, &preconditions); err != nil {
|
if err := e.Storage.Delete(ctx, key, out, &preconditions); err != nil {
|
||||||
// Please refer to the place where we set ignoreNotFound for the reason
|
// Please refer to the place where we set ignoreNotFound for the reason
|
||||||
|
Loading…
Reference in New Issue
Block a user