Documentation ¶
Index ¶
- type EventsActionsImpl
- func (ea *EventsActionsImpl) AddSystemEvent(event model.Event) error
- func (ea *EventsActionsImpl) AddUserEvent(event model.Event) 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(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetUsersEvents(params 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) 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(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetUsersEvents ¶ added in v0.0.4
func (ea *EventsActionsImpl) GetUsersEvents(params gin.Params, limit int, startTime time.Time) (*model.EventsList, error)
Click to show internal directories.
Click to hide internal directories.