Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Port defines the port for the EventListener to listen on Port = 8080 // GeneratedResourcePrefix is the name prefix for resources generated in the // EventListener reconciler GeneratedResourcePrefix = "el" )
Variables ¶
View Source
var ( // StaticResourceLabels is a map with all the labels that should be on // all resources generated by the EventListener StaticResourceLabels = map[string]string{ "app.kubernetes.io/managed-by": "EventListener", "app.kubernetes.io/part-of": "Triggers", } )
Functions ¶
func GenerateResourceLabels ¶
GenerateResourceLabels generates the labels to be used on all generated resources.
func NewController ¶
NewController creates a new instance of an EventListener controller.
Types ¶
type Reconciler ¶
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
Reconciler implements controller.Reconciler for Configuration resources.
Click to show internal directories.
Click to hide internal directories.