Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RegistryInjectAnnotation is an annotation indicating the model to inject the registry into a pod RegistryInjectAnnotation = "registry.config.onosproject.org/inject" // RegistryInjectStatusAnnotation is an annotation indicating the status of registry injection RegistryInjectStatusAnnotation = "registry.config.onosproject.org/inject-status" // RegistryInjectStatusInjected is an annotation value indicating the registry has been injected RegistryInjectStatusInjected = "injected" // CompilerVersionAnnotation is an annotation indicating the model API version CompilerVersionAnnotation = "compiler.config.onosproject.org/version" // CompilerTargetAnnotation is an annotation indicating the Go module for which to compile a model CompilerTargetAnnotation = "compiler.config.onosproject.org/target" )
Variables ¶
This section is empty.
Functions ¶
func RegisterWebhooks ¶
RegisterWebhooks registers admission webhooks on the given manager
Types ¶
Click to show internal directories.
Click to hide internal directories.