Documentation
¶
Overview ¶
Package recording provides utilities for recording Kubernetes events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordApplyOperationEvent ¶ added in v0.2.0
func RecordApplyOperationEvent( recorder record.EventRecorder, op concepts.ConvergingOperation, object client.Object, owner runtime.Object, messageKeyValuePairs ...string, )
RecordApplyOperationEvent records an event for Server-Side Apply operations on a resource (object) for its owning resource (owner).
- ConvergingOperationNone: No event is recorded
- Other operations: An event of type Normal is recorded
- messageKeyValuePairs are strings expected in the format "myKey=myValue" and are prepended to the generated event message for additional information
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.