Documentation
¶
Index ¶
- type Event
- func (e *Event) Broadcaster() record.EventBroadcaster
- func (e *Event) Eventf(object runtime.Object, eventtype, reason, messageFmt string, ...)
- func (e *Event) Name() string
- func (e *Event) Recorder() record.EventRecorder
- func (e *Event) Shutdown(ctx context.Context)
- func (e *Event) Start(ctx context.Context) error
- func (e *Event) Started() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func NewEvent ¶
func NewEvent(kube *kubeclient.Kubeclient) *Event
func (*Event) Broadcaster ¶
func (e *Event) Broadcaster() record.EventBroadcaster
func (*Event) Eventf ¶
func (e *Event) Eventf(object runtime.Object, eventtype, reason, messageFmt string, args ...interface{})
Eventf - track in-flight events
func (*Event) Recorder ¶
func (e *Event) Recorder() record.EventRecorder
Click to show internal directories.
Click to hide internal directories.