Documentation ¶ Index ¶ type PodInfo func Resolve(corefilePath string, enableLookup bool) PodInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type PodInfo ¶ type PodInfo struct { Name string Namespace string UID string Node string } func Resolve ¶ func Resolve(corefilePath string, enableLookup bool) PodInfo Resolve extracts pod info from corefile path injected by webhook Webhook injects: /data/coredog-system/dumps/<namespace>/<pod-uid>/ Watcher mounts: /data/coredog-system/dumps -> /corefile So watcher sees: /corefile/<namespace>/<pod-uid>/core.xxx Source Files ¶ View all Source files resolver.go Click to show internal directories. Click to hide internal directories.