Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ContextBindingType = map[BindingType]string{ Schedule: "schedule", OnStartup: "onStartup", OnKubernetesEvent: "kubernetes", }
Functions ¶
This section is empty.
Types ¶
type BindingType ¶
type BindingType string
const ( Schedule BindingType = "schedule" OnStartup BindingType = "onStartup" OnKubernetesEvent BindingType = "kubernetes" )
type CommonBindingConfig ¶
Types for effective binding configs
type OnKubernetesEventConfig ¶
type OnKubernetesEventConfig struct {
CommonBindingConfig
Monitor *kube_events_manager.MonitorConfig
IncludeSnapshotsFrom []string
Queue string
Group string
ExecuteHookOnSynchronization bool
WaitForSynchronization bool
KeepFullObjectsInMemory bool
}
type OnStartupConfig ¶
type OnStartupConfig struct {
CommonBindingConfig
Order float64
}
type ScheduleConfig ¶
type ScheduleConfig struct {
CommonBindingConfig
ScheduleEntry ScheduleEntry
IncludeSnapshotsFrom []string
Queue string
Group string
}
Click to show internal directories.
Click to hide internal directories.