mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #41454 from fate-grand-order/patch-1
Automatic merge from submit-queue fix misspell "underlying" in cacher.go
This commit is contained in:
commit
894b987a74
@ -59,7 +59,7 @@ type CacherConfig struct {
|
|||||||
Type interface{}
|
Type interface{}
|
||||||
ResourcePrefix string
|
ResourcePrefix string
|
||||||
|
|
||||||
// KeyFunc is used to get a key in the underyling storage for a given object.
|
// KeyFunc is used to get a key in the underlying storage for a given object.
|
||||||
KeyFunc func(runtime.Object) (string, error)
|
KeyFunc func(runtime.Object) (string, error)
|
||||||
|
|
||||||
// GetAttrsFunc is used to get object labels and fields.
|
// GetAttrsFunc is used to get object labels and fields.
|
||||||
|
Loading…
Reference in New Issue
Block a user