structs

package
v2.3.0-beta21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package structs provides data structures for hooks.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentInfo

type AgentInfo struct {
	KeployAgentNsPid uint32
	DNSPort          int32
	KeployAgentInode uint64
	ProxyInfo        ProxyInfo
}

type BpfSpinLock

type BpfSpinLock struct{ Val uint32 }

type ClientInfo

type ClientInfo struct {
	KeployClientInode        uint64
	KeployClientNsPid        uint32
	Mode                     uint32
	IsDockerApp              uint32
	IsKeployClientRegistered uint32
	PassThroughPorts         [10]int32
}

type DestInfo

type DestInfo struct {
	IPVersion uint32
	DestIP4   uint32
	DestIP6   [4]uint32
	DestPort  uint32
	KernelPid uint32
	ClientID  uint64
}

type DockerAppInfo

type DockerAppInfo struct {
	AppInode uint64
	ClientID uint64
}

type ProxyInfo

type ProxyInfo struct {
	IP4  uint32
	IP6  [4]uint32
	Port uint32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL