Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PacketFilter ¶
type PacketFilter struct {
// contains filtered or unexported fields
}
func NewPacketFilter ¶
func NewPacketFilter(procfs string, bpfObjs bpf.TracerObjects, cgroupsController cgroup.CgroupsController, enabled, isCgroupV2 bool) (*PacketFilter, error)
func (*PacketFilter) AttachPod ¶
func (t *PacketFilter) AttachPod(uuid, cgroupV2Path string) (bool, error)
func (*PacketFilter) Close ¶
func (pf *PacketFilter) Close() error
func (*PacketFilter) DetachPod ¶
func (t *PacketFilter) DetachPod(uuid string) bool
type TcClientImpl ¶
type TcClientImpl struct {
// contains filtered or unexported fields
}
func (*TcClientImpl) CleanTC ¶
func (t *TcClientImpl) CleanTC() error
Click to show internal directories.
Click to hide internal directories.