# Interfaces
FieldsIndexer indices resources by certain fields at the server-side.
LabelsIndexer indices resources by their labels at the server-side.
# Type aliases
CategoriesProvider allows a resource to specify which groups of resources (categories) it's part of.
CollectionDeleter if implemented will expose DELETE endpoints for resource collections and publish them in the Kubernetes discovery service and OpenAPI.
Connecter is a storage object that responds to a connection request.
CreaterUpdater is a storage object that must support both create and update.
Creator if implemented will expose PUT endpoints for the resource and publish them in the Kubernetes discovery service and OpenAPI.
Getter if implemented will expose GET endpoints for the resource and publish them in the Kubernetes discovery service and OpenAPI.
GracefulDeleter knows how to pass deletion options to allow delayed deletion of a RESTful object.
Lister if implemented will enable listing resources.
Patcher if implemented will expose POST and GET endpoints for the resource and publish them in the Kubernetes discovery service and OpenAPI.
Redirector know how to return a remote resource's location.
Responder abstracts the normal response behavior for a REST method and is passed to callers that may wish to handle the response directly in some cases, but delegate to the normal error or object behavior in other cases.
ShortNamesProvider is an interface for RESTful storage services.
No description provided by the author
StandardStorage defines the standard endpoints for resources.
TableConvertor if implemented will return tabular data from the GET endpoint when requested.
Updater if implemented will expose POST endpoints for the resource and publish them in the Kubernetes discovery service and OpenAPI.
Watcher if implemented will enable watching resources.