recorder

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Component string
	K8sClient k8sclient.Interface
}

type Interface

type Interface interface {
	// Emit is used to create Kubernetes events.
	Emit(ctx context.Context, obj pkgruntime.Object, err error)
}

func New

func New(c Config) Interface

New creates an event recorder to send custom events to Kubernetes to be recorded for targeted Kubernetes objects.

type Recorder

type Recorder struct {
	record.EventRecorder
}

func (*Recorder) Emit

func (r *Recorder) Emit(ctx context.Context, obj pkgruntime.Object, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL