Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // ResyncPeriod is the resync period of the controllers. ResyncPeriod time.Duration // ConcurretWorkers are number of workers to handle the events. ConcurretWorkers int // LabelSelector is the label selector to filter Kubernetes resources by labels. LabelSelector string // Namespace is the namespace to filter Kubernetes resources by a single namespace. Namespace string }
Config is the configuration for the ci operator.
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is the Operator handler.
func NewHandler ¶
func NewHandler(outputerFact output.Factory, retrieverFact sli.RetrieverFactory, logger log.Logger) *Handler
NewHandler returns a new project handler
Click to show internal directories.
Click to hide internal directories.