package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: Mar 4, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Eventf(regarding, related runtime.Object, reason, action, note string, args ...any)
-
func InitFromRecorder(recorder events.EventRecorder)
-
func Warnf(regarding, related runtime.Object, reason, action, note string, args ...any)
Eventf constructs an event from the given information and puts it in the queue for sending.
Reason, action and note must be set.
InitFromRecorder initializes the global default recorder. It can only be called once.
Subsequent calls are considered noops.
Warnf constructs a warning event from the given information and puts it in the queue for sending.
Reason, action and note must be set.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.