Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FalcoEventLister ¶
type FalcoEventLister interface { // List lists all FalcoEvents in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FalcoEvent, err error) // Get retrieves the FalcoEvent from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FalcoEvent, error) FalcoEventListerExpansion }
FalcoEventLister helps list FalcoEvents. All objects returned here must be treated as read-only.
func NewFalcoEventLister ¶
func NewFalcoEventLister(indexer cache.Indexer) FalcoEventLister
NewFalcoEventLister returns a new FalcoEventLister.
type FalcoEventListerExpansion ¶
type FalcoEventListerExpansion interface{}
FalcoEventListerExpansion allows custom methods to be added to FalcoEventLister.
Click to show internal directories.
Click to hide internal directories.