Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Events ¶
type Events struct {
EventsInfo []Event `json:"eventsInfo"`
}
Events represents collection of all events with subscriptions
type EventsClient ¶
EventsClient interface
func NewEventsClient ¶
func NewEventsClient(subscriptionsClient SubscriptionsGetter, namespacesClient NamespacesClient) EventsClient
NewEventsClient function creates client for retrieving all active events
type NamespacesClient ¶
type NamespacesClient interface {
List(opts meta.ListOptions) (*coretypes.NamespaceList, error)
}
NamespacesClient interface
type SubscriptionsGetter ¶
type SubscriptionsGetter interface {
Subscriptions(namespace string) v1alpha1.SubscriptionInterface
}
SubscriptionsGetter interface
Click to show internal directories.
Click to hide internal directories.