iptables

package
v0.0.0-...-ea22244 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ToWorkLoad ChainType = iota
	FromWorkLoad
	Drop CountType = iota
	Accept
	AcceptedDrop
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainType

type ChainType int

func (ChainType) String

func (ct ChainType) String() string

type CountType

type CountType int

type DropChain

type DropChain struct {
	PacketCount int
}

type Result

type Result struct {
	PodName      string
	PodNamespace string
	AppLabel     string
	PodIP        string
	ChainType    ChainType
	CountType    CountType
	PacketCount  int
	Target       string
}

func Scan

func Scan(cw watch.CalicoWatcher) ([]*Result, error)

Jump to

Keyboard shortcuts

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