This commit is contained in:
Zhe Jin 2017-08-05 11:09:15 +08:00
parent ed481a073e
commit b2b3ae378e

View File

@ -61,7 +61,7 @@ func PodReplenishmentUpdateFunc(options *ReplenishmentControllerOptions) func(ol
}
}
// ObjectReplenenishmentDeleteFunc will replenish on every delete
// ObjectReplenishmentDeleteFunc will replenish on every delete
func ObjectReplenishmentDeleteFunc(options *ReplenishmentControllerOptions) func(obj interface{}) {
return func(obj interface{}) {
metaObject, err := meta.Accessor(obj)