# Packages
Package portforward implements support for implementing a fake port forward service in the api.
# Functions
NewAPIServerHandler returns an http.Handler for a fake API server.
NewDebugHandler returns an http.Handler for debugging the server.
# Structs
Event records a lifecycle event for a Kubernetes object.
WatchEventDispatcher dispatches events for a single resourceGroup.
# Interfaces
DebugInfoProvider defines the methods the server must implement to provide debug info.
# Type aliases
ResourceGroupResolver defines a func that can identify which workloadCluster/resourceGroup a request targets.