Commit 894b987a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #41454 from fate-grand-order/patch-1

Automatic merge from submit-queue fix misspell "underlying" in cacher.go
parents 6fc130f7 e2a6c9f8
...@@ -59,7 +59,7 @@ type CacherConfig struct { ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment