Versions in this module Expand all Collapse all v1 v1.0.1 Nov 9, 2023 v1.0.0 Nov 9, 2023 Changes in this version + type Config struct + Containers []corev1.Container + Volumes []corev1.Volume + func LoadConfig(configFile string) (*Config, error) + type ObjectMetaHolder struct + type Patcher struct + type WebhookServer struct + Server *http.Server + SidecarConfig *Config + func (whsvr *WebhookServer) Serve(w http.ResponseWriter, r *http.Request) + type WhSvrParameters struct + CertFile string + KeyFile string + Port int + SidecarCfgFile string