package
0.1.3
Repository: https://github.com/astronetes/sdk-go.git
Documentation: pkg.go.dev

# Functions

FromContext returns a logger with predefined values from a context.Context.
IntoContext takes a context and sets the logger as one of its values.
NewDelegatingLogSink constructs a new DelegatingLogSink which uses the given logger before its promise is fulfilled.
SetLogger sets a concrete logging implementation for all deferred Loggers.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Log is the base logger used by kubebuilder.

# Structs

DelegatingLogSink is a logsink that delegates to another logr.LogSink.