Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelinesFeedbackApp ¶
type PipelinesFeedbackApp struct { // can read configuration from various sources ConfigCollector config.ConfigurationCollector JobController *controller.GenericController ConfigController *controller.ConfigurationController Debug bool DisableCRD bool ControllerName string MetricsBindAddress string HealthProbeBindAddress string LeaderElect bool LeaderElectId string RestrictNamespaces string CustomFeedbackReceiver string CustomStore string CustomConfigCollector string // error handling DelayAfterErrorNum int RequeueDelaySecs int StopProcessingAfterErrorNum int // Feedback receivers available to choose by the user. Falls back to default, embedded list if not specified AvailableFeedbackReceivers []feedback.Receiver // Stores available to pick by the user AvailableStores []store.Store // Config providers available to choose by the user. Falls back to default, embedded list if not specified AvailableConfigCollectors []config.ConfigurationCollector // Allows to register custom CRD schema for the controller KubernetesSchemeSetters []SchemeSetter Logger *logging.InternalLogger // contains filtered or unexported fields }
func (*PipelinesFeedbackApp) Run ¶
func (app *PipelinesFeedbackApp) Run() error
type SchemeSetter ¶
Click to show internal directories.
Click to hide internal directories.