# Functions
CreateInjectArgs returns new arguments for initializing objects.
# Structs
InjectArgs are the common arguments for initializing controllers and admission hooks.
Injector is used by code generators to register code generated objects.
# Interfaces
Runnable can be registered with an Injector and run.
# Type aliases
RunFn can be registered with an Injector and run.