package
0.1.10
Repository: https://github.com/munnerz/controller-runtime.git
Documentation: pkg.go.dev

# Functions

NewDelegatingLogger constructs a new DelegatingLogger which uses the given logger before it's promise is fulfilled.
SetLogger sets a concrete logging implementation for all deferred Loggers.
ZapLogger is a Logger implementation.
ZapLoggerTo returns a new Logger implementation using Zap which logs to the given destination, instead of stderr.

# Variables

KBLog is a base parent logger.
Log is the base logger used by kubebuilder.

# Structs

DelegatingLogger is a logr.Logger that delegates to another logr.Logger.
KubeAwareEncoder is a Kubernetes-aware Zap Encoder.
NullLogger is a logr.Logger that does nothing.