# Functions
Init runs common logic in starting a main function, similar to sharedmain.
ProcessEnvConfigOrDie retrieves environment variables.
ProcessGCPProfilerEnvConfigOrDie tries to enable the GCP Profiler if env vars have configured it.
RunProfilingServer starts a profiling server.
WithContext specifies the context to use.
WithEnv specifies a pointer to an envConfig struct.
WithMetricNamespace specifies the metric namespace to use.
# Variables
WithKubeFakes uses knative injections fakes for any k8s related setup.
# Structs
InitRes holds a collection of objects after init for convenient access by other custom logic in the main function.
# Type aliases
No description provided by the author