...

Package tcpreset

import "k8s.io/kubernetes/test/images/agnhost/tcp-reset"
Overview
Index

Overview ▾

Index ▾

Package files

tcp_reset.go

Variables

CmdTCPReset is used by agnhost Cobra.

var CmdTCPReset = &cobra.Command{
    Use:   "tcp-reset",
    Short: "Serves on a tcp port and RST the connections received",
    Long:  `Serves on a tcp port and RST the connections received.`,
    Args:  cobra.MaximumNArgs(0),
    Run:   main,
}