Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContainerLabelKeyPodName = "io.kubernetes.pod.name" ContainerLabelKeyPodNamespace = "io.kubernetes.pod.namespace" ContainerLabelKeyPodUid = "io.kubernetes.pod.uid" )
Variables ¶
This section is empty.
Functions ¶
func ParseContainerLabels ¶ added in v0.10.0
func ParsePodAnnotations ¶ added in v0.11.0
func ParsePodLabels ¶ added in v0.11.0
Types ¶
type Container ¶ added in v0.10.0
type Container struct { Id string Name string Labels map[string]string RootPid int PidNamespace int64 MountNamespace int64 NetworkNamespace int64 Image string ImageDigest string // contains filtered or unexported fields }
func (Container) FormatLabels ¶ added in v0.10.0
type CountReport ¶
type PacketContext ¶ added in v0.10.0
func (*PacketContext) FromPacketComments ¶ added in v0.11.0
func (c *PacketContext) FromPacketComments(comments []string)
type Pod ¶ added in v0.11.0
type Pod struct { Name string Namespace string Uid string Labels map[string]string Annotations map[string]string }
func (Pod) FormatAnnotations ¶ added in v0.11.0
func (Pod) FormatLabels ¶ added in v0.11.0
func (*Pod) LoadFromContainer ¶ added in v0.11.0
type Process ¶ added in v0.10.0
type Process struct { Parent ProcessBase ProcessBase ProcessNamespace }
type ProcessBase ¶ added in v0.18.0
func (ProcessBase) Comm ¶ added in v0.18.0
func (p ProcessBase) Comm() string
func (ProcessBase) FormatArgs ¶ added in v0.18.0
func (p ProcessBase) FormatArgs() string
func (ProcessBase) MatchComm ¶ added in v0.18.0
func (p ProcessBase) MatchComm(name string) bool
type ProcessNamespace ¶ added in v0.18.0
Click to show internal directories.
Click to hide internal directories.