mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 10:27:56 +00:00
fix misspelling
This commit is contained in:
@@ -63,7 +63,7 @@ func NewNotFoundErr(kind, name string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// RESTStorage is a generic interface for RESTful storage services
|
// RESTStorage is a generic interface for RESTful storage services
|
||||||
// Resources whicih are exported to the RESTful API of apiserver need to implement this interface.
|
// Resources which are exported to the RESTful API of apiserver need to implement this interface.
|
||||||
type RESTStorage interface {
|
type RESTStorage interface {
|
||||||
// List selects resources in the storage which match to the selector.
|
// List selects resources in the storage which match to the selector.
|
||||||
List(labels.Selector) (interface{}, error)
|
List(labels.Selector) (interface{}, error)
|
||||||
|
Reference in New Issue
Block a user