# Functions

LoggerFrom returns a logger with predefined values from a context.Context.

# Structs

KObj return a reference to a Kubernetes object in the same format used by kubectl commands (kind/name).
KRef return a reference to a Kubernetes object in the same format used by kubectl commands (kind/name).

# Interfaces

Logger provides a wrapper to log.Logger to be used for topology reconciler.