mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-10-31 18:28:13 +00:00
fix spelling error of type store struct, in store.go
This commit is contained in:
@@ -94,7 +94,7 @@ type Store struct {
|
|||||||
KeyRootFunc func(ctx genericapirequest.Context) string
|
KeyRootFunc func(ctx genericapirequest.Context) string
|
||||||
|
|
||||||
// KeyFunc returns the key for a specific object in the collection.
|
// KeyFunc returns the key for a specific object in the collection.
|
||||||
// KeyFund is dalled for Create/Update/Get/Delete. Note that 'namespace'
|
// KeyFunc is called for Create/Update/Get/Delete. Note that 'namespace'
|
||||||
// can be gotten from ctx.
|
// can be gotten from ctx.
|
||||||
//
|
//
|
||||||
// KeyFunc and KeyRootFunc must be supplied together or not at all.
|
// KeyFunc and KeyRootFunc must be supplied together or not at all.
|
||||||
|
|||||||
Reference in New Issue
Block a user