Documentation ¶
Index ¶
- type EventsActionsImpl
- func (ea *EventsActionsImpl) AddSystemEvent(event model.Event) error
- func (ea *EventsActionsImpl) AddUserEvent(event model.Event) error
- func (ea *EventsActionsImpl) GetAllNamespacesChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesConfigMapsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesDeploymentsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesIngressesChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesPVCsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesPVCsEvents(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesPodsEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesSecretsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNamespacesServicesChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetAllNodesEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetConfigMapChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetDeploymentChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetIngressChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceConfigMapsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceDeploymentsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceIngressesChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespacePVCsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespacePVCsEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespacePodsEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceSecretsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceServicesChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetPVCChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetPVCEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetPodEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetSecretChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetServiceChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetSystemEvents(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetUsersEvents(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsActionsImpl ¶
type EventsActionsImpl struct {
// contains filtered or unexported fields
}
func NewEventsActionsImpl ¶
func NewEventsActionsImpl(mongo *db.MongoStorage) *EventsActionsImpl
func (*EventsActionsImpl) AddSystemEvent ¶ added in v0.0.4
func (ea *EventsActionsImpl) AddSystemEvent(event model.Event) error
func (*EventsActionsImpl) AddUserEvent ¶ added in v0.0.4
func (ea *EventsActionsImpl) AddUserEvent(event model.Event) error
func (*EventsActionsImpl) GetAllNamespacesChanges ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesConfigMapsChanges ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesConfigMapsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesDeploymentsChanges ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesDeploymentsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesIngressesChanges ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesIngressesChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesPVCsChanges ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesPVCsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesPVCsEvents ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesPVCsEvents(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesPodsEvents ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesPodsEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesSecretsChanges ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesSecretsChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNamespacesServicesChanges ¶ added in v0.0.15
func (ea *EventsActionsImpl) GetAllNamespacesServicesChanges(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetAllNodesEvents ¶ added in v0.0.21
func (ea *EventsActionsImpl) GetAllNodesEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetConfigMapChanges ¶ added in v0.0.8
func (ea *EventsActionsImpl) GetConfigMapChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetDeploymentChanges ¶
func (ea *EventsActionsImpl) GetDeploymentChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetIngressChanges ¶
func (ea *EventsActionsImpl) GetIngressChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceChanges ¶
func (ea *EventsActionsImpl) GetNamespaceChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceConfigMapsChanges ¶ added in v0.0.8
func (ea *EventsActionsImpl) GetNamespaceConfigMapsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceDeploymentsChanges ¶
func (ea *EventsActionsImpl) GetNamespaceDeploymentsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceIngressesChanges ¶
func (ea *EventsActionsImpl) GetNamespaceIngressesChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespacePVCsChanges ¶
func (ea *EventsActionsImpl) GetNamespacePVCsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespacePVCsEvents ¶
func (ea *EventsActionsImpl) GetNamespacePVCsEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespacePodsEvents ¶
func (ea *EventsActionsImpl) GetNamespacePodsEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceSecretsChanges ¶ added in v0.0.8
func (ea *EventsActionsImpl) GetNamespaceSecretsChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceServicesChanges ¶
func (ea *EventsActionsImpl) GetNamespaceServicesChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetPVCChanges ¶
func (ea *EventsActionsImpl) GetPVCChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetPVCEvents ¶
func (ea *EventsActionsImpl) GetPVCEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetPodEvents ¶
func (ea *EventsActionsImpl) GetPodEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetSecretChanges ¶ added in v0.0.8
func (ea *EventsActionsImpl) GetSecretChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetServiceChanges ¶
func (ea *EventsActionsImpl) GetServiceChanges(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetSystemEvents ¶ added in v0.0.4
func (ea *EventsActionsImpl) GetSystemEvents(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetUsersEvents ¶ added in v0.0.4
func (ea *EventsActionsImpl) GetUsersEvents(_ gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
Click to show internal directories.
Click to hide internal directories.