Retracted : 1.2.2 was released on main branch with a breaking change that was not
intended to be released in 1.2.x:
https://github.com/Kong/gateway-operator/commit/3876430e09e61edce58bd8464989e33236bd1872
This retraction is to prevent it from being used and from breaking builds of dependent projects.
Discover Packages
github.com/kong/gateway-operator
controller
pkg
log
package
Version:
v1.2.2
Opens a new window with list of versions in this module.
Published: Apr 23, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Jump to ...
Documentation
Index
Constants
Variables
Functions
Debug(log, msg, rawObj, keysAndValues)
Error(log, err, msg, rawObj, keysAndValues)
GetLogger(ctx, controllerName, developmentMode)
Info(log, msg, rawObj, keysAndValues)
Trace(log, msg, rawObj, keysAndValues)
Types
Source Files
Documentation
Documentation
¶
func Debug[T any](log logr.Logger, msg string, rawObj T, keysAndValues ...interface{})
func Error[T any](log logr.Logger, err error, msg string, rawObj T, keysAndValues ...interface{})
func GetLogger(ctx context.Context, controllerName string, developmentMode bool) logr.Logger
func Info[T any](log logr.Logger, msg string, rawObj T, keysAndValues ...interface{})
func Trace[T any](log logr.Logger, msg string, rawObj T, keysAndValues ...interface{})
Debug logs a message at the debug level.
Error logs a message at the error level.
GetLogger returns a configured instance of logger.
Info logs a message at the info level.
Trace logs a message at the trace level.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.