mirror of https://github.com/k3s-io/k3s
Merge pull request #50184 from jinzhejz/jinzhejz_typo
Automatic merge from submit-queue fix typo in replenishment_controller.go **What this PR does / why we need it**: fix typo **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #N/A **Release note**: ```release-note None ```pull/6/head
commit
dbc81febc1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue