record

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 6 Imported by: 43

Documentation

Overview

Package record implements recording functionality.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Event

func Event(object runtime.Object, reason, message string)

Event constructs an event from the given information and puts it in the queue for sending.

func Eventf

func Eventf(object runtime.Object, reason, message string, args ...interface{})

Eventf is just like Event, but with Sprintf for the message field.

func InitFromRecorder

func InitFromRecorder(recorder record.EventRecorder)

InitFromRecorder initializes the global default recorder. It can only be called once. Subsequent calls are considered noops.

func Warn

func Warn(object runtime.Object, reason, message string)

Warn constructs a warning event from the given information and puts it in the queue for sending.

func Warnf

func Warnf(object runtime.Object, reason, message string, args ...interface{})

Warnf is just like Warn, but with Sprintf for the message field.

Types

This section is empty.

Jump to

Keyboard shortcuts

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