Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
func (*Group) AddToGroup ¶
func (g *Group) AddToGroup(reconciler ReconcilerWithEvents)
func (*Group) InjectRecorder ¶
func (g *Group) InjectRecorder(recorder record.EventRecorder)
type ReconcilerWithEvents ¶
type ReconcilerWithEvents interface { reconcile.Reconciler InjectRecorder(recorder record.EventRecorder) }
Click to show internal directories.
Click to hide internal directories.