Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KubeResolver ¶
func KubeResolver(f KubeResolverFunc) (registry.ResolverFunc, error)
Types ¶
type KubeResolverFunc ¶
type KubeResolverFunc func(pod *PodContext, metadata map[string]string) *registry.Registry
type PodContext ¶
type PodContext struct { // Namespace is the Kubernetes namespace of the pod Namespace string // Pod is the name of the Kubernetes pod Pod string // Container is the name of the container in the Kubernetes pod Container string // Pid is the process is that is traced by the seccomp filter Pid int // Pid1 is the first process in the container Pid1 int }
Click to show internal directories.
Click to hide internal directories.