Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶ added in v0.6.0
type ClientInterface interface { EventRecorder(name string) record.EventRecorder Start(ctx context.Context) error Core() corecontrollers.Interface }
type Clients ¶
type Clients struct { Events corev1Typed.EventInterface // contains filtered or unexported fields }
func (*Clients) Core ¶ added in v0.6.0
func (c *Clients) Core() corecontrollers.Interface
func (*Clients) EventRecorder ¶
func (c *Clients) EventRecorder(name string) record.EventRecorder
EventRecorder creates an event recorder associated to a controller nome for the schema (arbitrary)
Click to show internal directories.
Click to hide internal directories.