Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEventClusterLister ¶
NewEventClusterLister returns a new EventClusterLister. We assume that the indexer: - is fed by a cross-workspace LIST+WATCH - uses kcpcache.MetaClusterNamespaceKeyFunc as the key function - has the kcpcache.ClusterIndex as an index - has the kcpcache.ClusterAndNamespaceIndex as an index
Types ¶
type EventClusterLister ¶
type EventClusterLister interface { // List lists all Events in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*eventsv1.Event, err error) // Cluster returns a lister that can list and get Events in one workspace. Cluster(clusterName logicalcluster.Name) eventsv1listers.EventLister EventClusterListerExpansion }
EventClusterLister can list Events across all workspaces, or scope down to a EventLister for one workspace. All objects returned here must be treated as read-only.
type EventClusterListerExpansion ¶
type EventClusterListerExpansion interface{}
EventClusterListerExpansion allows custom methods to be added to EventClusterLister.
Click to show internal directories.
Click to hide internal directories.