SYMBOL INDEX (18 symbols across 4 files) FILE: cmd/cert.go function generateCert (line 17) | func generateCert(orgs, dnsNames []string, commonName string) (*bytes.Bu... FILE: cmd/main.go function init (line 27) | func init() { function main (line 37) | func main() { FILE: cmd/webhook.go constant admissionWebhookAnnotationInjectKey (line 31) | admissionWebhookAnnotationInjectKey = "sidecar-injector-webhook.morven.m... constant admissionWebhookAnnotationStatusKey (line 32) | admissionWebhookAnnotationStatusKey = "sidecar-injector-webhook.morven.m... type WebhookServer (line 35) | type WebhookServer struct method mutate (line 184) | func (whsvr *WebhookServer) mutate(ar *admissionv1.AdmissionReview) *a... method serve (line 229) | func (whsvr *WebhookServer) serve(w http.ResponseWriter, r *http.Reque... type WhSvrParameters (line 41) | type WhSvrParameters struct type Config (line 48) | type Config struct type patchOperation (line 53) | type patchOperation struct function loadConfig (line 59) | func loadConfig(configFile string) (*Config, error) { function mutationRequired (line 75) | func mutationRequired(ignoredList []string, metadata *metav1.ObjectMeta)... function addContainer (line 108) | func addContainer(target, added []corev1.Container, basePath string) (pa... function addVolume (line 129) | func addVolume(target, added []corev1.Volume, basePath string) (patch []... function updateAnnotation (line 150) | func updateAnnotation(target map[string]string, added map[string]string)... function createPatch (line 173) | func createPatch(pod *corev1.Pod, sidecarConfig *Config, annotations map... FILE: cmd/webhookconfig.go function createOrUpdateMutatingWebhookConfiguration (line 21) | func createOrUpdateMutatingWebhookConfiguration(caPEM *bytes.Buffer, web...