mirror of https://github.com/k3s-io/k3s
fix misspelling
parent
b0d18b2af0
commit
e1172fc78c
|
@ -63,7 +63,7 @@ func NewNotFoundErr(kind, name string) error {
|
|||
}
|
||||
|
||||
// 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 {
|
||||
// List selects resources in the storage which match to the selector.
|
||||
List(labels.Selector) (interface{}, error)
|
||||
|
|
Loading…
Reference in New Issue