Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MountPathProxy = "/dbproxy" VolumeNameProxy = "dbproxydsn" ContainerNameProxy = "dbproxy" )
View Source
var ( // Set to {key}=disabled to disable injection LabelCheckProxy = "persistance.atlas.infoblox.com/dbproxy" LabelCheckExec = "persistance.atlas.infoblox.com/dsnexec" LabelConfigExec = "persistance.atlas.infoblox.com/dsnexec-config" LabelClaim = "persistance.atlas.infoblox.com/claim" LabelClass = "persistance.atlas.infoblox.com/class" AnnotationInjectedProxy = "persistance.atlas.infoblox.com/injected-dbproxy" AnnotationInjectedExec = "persistance.atlas.infoblox.com/injected-dsnexec" SecretKey = v1.DSNURIKey )
View Source
var ( MountPathExec = "/var/run/db-dsn" VolumeNameExec = "db-dsn" ContainerNameExec = "dsnexec" MountPathExecConfig = "/var/run/dsn-exec" VolumeNameExecConfig = "dsnexec-config" )
Functions ¶
func SetupWebhookWithManager ¶
func SetupWebhookWithManager(mgr ctrl.Manager, cfg SetupConfig) error
Types ¶
Click to show internal directories.
Click to hide internal directories.