Documentation
¶
Overview ¶
Package types defines the types used in vArmor
Index ¶
Constants ¶
View Source
const ( // K8sCriNamespace is the CRI namespace of Kubernetes K8sCriNamespace string = "k8s.io" // RuntimeEndpoint is the socket address of the containerd RuntimeEndpoint string = "/run/containerd/containerd.sock" // RuntimeTimeout is the timeout period when accessing the containerd server // to retrieve container and pod information RuntimeTimeout time.Duration = time.Second * 5 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerInfo ¶
type ContainerInfo struct {
PID uint32
MntNsID uint32
ContainerID string
ContainerName string
PodID string
PodUID string
PodName string
PodNamespace string
PodIPs []string
PodAnnotations map[string]string
Image string
ProfileName string
}
ContainerInfo describes the information collected by the runtime monitor
Click to show internal directories.
Click to hide internal directories.