Documentation ¶
Index ¶
- func DelegateGk(gk schema.GroupKind) zapcore.Field
- func DelegateName(name string) zapcore.Field
- func Iteration(iteration uint32) zapcore.Field
- func LogStructuredPanic()
- func Namespace(obj meta_v1.Object) zapcore.Field
- func NamespaceName(namespace string) zapcore.Field
- func Object(obj meta_v1.Object) zapcore.Field
- func ObjectGk(gk schema.GroupKind) zapcore.Field
- func ObjectName(name string) zapcore.Field
- func Operation(operation ctrl.Operation) zapcore.Field
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DelegateGk ¶
DelegateGk is a zap field to identify logs of an object gk that was processed in the ResourceEventHandler, that had a lookup or owner that was queued instead.
func DelegateName ¶
DelegateName is a zap field to identify logs of an object name that was processed in the ResourceEventHandler, that had a lookup or owner that was queued instead.
func LogStructuredPanic ¶
func LogStructuredPanic()
func NamespaceName ¶
func ObjectGk ¶
ObjectGk is a zap field to identify logs with the object gk of a specific object being processed in the ResourceEventHandler or in the Controller.
func ObjectName ¶
ObjectName is a zap field to identify logs with the object name of a specific object being processed in the ResourceEventHandler or in the Controller.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.