Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController( logger *zap.SugaredLogger, kubeclientset kubernetes.Interface, buildclientset clientset.Interface, cachingclientset cachingclientset.Interface, buildTemplateInformer informers.BuildTemplateInformer, imageInformer cachinginformers.ImageInformer, ) *controller.Impl
NewController returns a new build template controller
Types ¶
type Reconciler ¶
type Reconciler struct { // Sugared logger is easier to use but is not as performant as the // raw logger. In performance critical paths, call logger.Desugar() // and use the returned raw logger instead. In addition to the // performance benefits, raw logger also preserves type-safety at // the expense of slightly greater verbosity. Logger *zap.SugaredLogger // contains filtered or unexported fields }
Reconciler is the controller.Reconciler implementation for BuildTemplates resources
Click to show internal directories.
Click to hide internal directories.