Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST is a wrapper for EventsProvider that provides implementation for Storage and Lister interfaces
func NewREST ¶
func NewREST(evProvider provider.EventsProvider) *REST
NewREST creates a new REST for the given EventsProvider
func (*REST) List ¶
func (r *REST) List(ctx genericapirequest.Context, options *metainternalversion.ListOptions) (runtime.Object, error)
List selects the events that match to the selector
Click to show internal directories.
Click to hide internal directories.