Documentation
¶
Index ¶
- type EventsActionsImpl
- func (ea *EventsActionsImpl) GetDeploymentChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetIngressChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceDeploymentsChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceIngressesChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespacePVCsChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespacePVCsEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespacePodsEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetNamespaceServicesChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetPVCChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetPVCEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetPodEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
- func (ea *EventsActionsImpl) GetServiceChanges(params gin.Params, 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) GetDeploymentChanges ¶
func (ea *EventsActionsImpl) GetDeploymentChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetIngressChanges ¶
func (ea *EventsActionsImpl) GetIngressChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceChanges ¶
func (ea *EventsActionsImpl) GetNamespaceChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceDeploymentsChanges ¶
func (ea *EventsActionsImpl) GetNamespaceDeploymentsChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceIngressesChanges ¶
func (ea *EventsActionsImpl) GetNamespaceIngressesChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespacePVCsChanges ¶
func (ea *EventsActionsImpl) GetNamespacePVCsChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespacePVCsEvents ¶
func (ea *EventsActionsImpl) GetNamespacePVCsEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespacePodsEvents ¶
func (ea *EventsActionsImpl) GetNamespacePodsEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetNamespaceServicesChanges ¶
func (ea *EventsActionsImpl) GetNamespaceServicesChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetPVCChanges ¶
func (ea *EventsActionsImpl) GetPVCChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetPVCEvents ¶
func (ea *EventsActionsImpl) GetPVCEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetPodEvents ¶
func (ea *EventsActionsImpl) GetPodEvents(params gin.Params, startTime time.Time) (*model.EventsList, error)
func (*EventsActionsImpl) GetServiceChanges ¶
func (ea *EventsActionsImpl) GetServiceChanges(params gin.Params, startTime time.Time) (*model.EventsList, error)
Click to show internal directories.
Click to hide internal directories.