kubernetesk8s.io/kubernetes/test/images/agnhost/tcp-reset Index | Files

package tcpreset

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

Index

Variables

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,
}

CmdTCPReset is used by agnhost Cobra.

Source Files

tcp_reset.go

Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
7 packages
Last checked
3 hours ago

Tools for package owners.