mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
fix typo
This commit is contained in:
parent
ed481a073e
commit
b2b3ae378e
@ -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{}) {
|
func ObjectReplenishmentDeleteFunc(options *ReplenishmentControllerOptions) func(obj interface{}) {
|
||||||
return func(obj interface{}) {
|
return func(obj interface{}) {
|
||||||
metaObject, err := meta.Accessor(obj)
|
metaObject, err := meta.Accessor(obj)
|
||||||
|
Loading…
Reference in New Issue
Block a user