Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GVKApplication = schema.GroupVersionKind{
Group: "argoproj.io",
Version: "v1alpha1",
Kind: "Application",
}
Functions ¶
This section is empty.
Types ¶
type EventWithTime ¶
type EventWithTime struct { *eventmodels.Event LastTimestamp time.Time }
type SuperVisor ¶
type SuperVisor struct {
// contains filtered or unexported fields
}
func New ¶
func New(config k8sevent.Config, informers *regioninformers.RegionInformers, mgr *managerparam.Manager, db *gorm.DB) *SuperVisor
func (*SuperVisor) Run ¶
func (v *SuperVisor) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.