Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionCheck ¶
func NewCheck ¶
func NewCheck(c *client.ClientSet, podUtils utils.UtilsInterface, customNodeGroups map[string]labels.Selector) (*ConnectionCheck, error)
func (*ConnectionCheck) GenerateSS ¶
func (cc *ConnectionCheck) GenerateSS(namespace string) (*SSResult, error)
GenerateSS generates the SS flows and stores then in SSOutTCP, SSOutUDP and SSCommMatrix.
type SSResult ¶ added in v0.0.6
func (*SSResult) WriteSSRawFiles ¶ added in v0.0.6
func (ssr *SSResult) WriteSSRawFiles(podUtils utils.UtilsInterface, destDir string) error
WriteSSRawFiles writes the SSOutTCP and SSOutUDP to files.
Click to show internal directories.
Click to hide internal directories.