injectablerecorder

package
v0.1.15 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InjectableRecorder

type InjectableRecorder struct {
	Recorder record.EventRecorder
}

func (*InjectableRecorder) InjectRecorder

func (r *InjectableRecorder) InjectRecorder(recorder record.EventRecorder)

func (*InjectableRecorder) RecordNormalEvent

func (r *InjectableRecorder) RecordNormalEvent(object runtime.Object, reason string, message string)

RecordNormalEvent - reason: This should be a short, machine understandable string that gives the reason for the transition into the object's current status.

func (*InjectableRecorder) RecordNormalEventf

func (r *InjectableRecorder) RecordNormalEventf(object runtime.Object, reason string, message string, args ...interface{})

RecordNormalEventf - reason: This should be a short, machine understandable string that gives the reason for the transition into the object's current status.

func (*InjectableRecorder) RecordWarningEvent

func (r *InjectableRecorder) RecordWarningEvent(object runtime.Object, reason string, message string)

RecordWarningEvent - reason: This should be a short, machine understandable string that gives the reason for the transition into the object's current status.

func (*InjectableRecorder) RecordWarningEventf

func (r *InjectableRecorder) RecordWarningEventf(object runtime.Object, reason string, message string, args ...interface{})

RecordWarningEventf - reason: This should be a short, machine understandable string that gives the reason for the transition into the object's current status.

Jump to

Keyboard shortcuts

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