Documentation ¶ Index ¶ type Builder func New(mgr manager.Manager) *Builder func (b *Builder) Complete(r reconcile.Reconciler) error func (b *Builder) For(apiType runtime.Object) *Builder func (b *Builder) Owns(apiType runtime.Object) *Builder func (b *Builder) WithLogger(logger logr.Logger) *Builder Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder struct { // contains filtered or unexported fields } func New ¶ func New(mgr manager.Manager) *Builder func (*Builder) Complete ¶ func (b *Builder) Complete(r reconcile.Reconciler) error func (*Builder) For ¶ func (b *Builder) For(apiType runtime.Object) *Builder func (*Builder) Owns ¶ func (b *Builder) Owns(apiType runtime.Object) *Builder func (*Builder) WithLogger ¶ func (b *Builder) WithLogger(logger logr.Logger) *Builder Source Files ¶ View all Source files builder.go Click to show internal directories. Click to hide internal directories.