...

Package nosnatproxy

import "k8s.io/kubernetes/test/images/agnhost/no-snat-test-proxy"
Overview
Index

Overview ▾

Index ▾

Package files

main.go

Variables

CmdNoSnatTestProxy is used by agnhost Cobra.

var CmdNoSnatTestProxy = &cobra.Command{
    Use:   "no-snat-test-proxy",
    Short: "Creates a proxy for the /checknosnat endpoint",
    Long:  `Creates the /checknosnat endpoint which proxies the request to the given target (/checknosnat?target=target_ip&ips=ip1,ip2) and returns its response, or a 500 response on error.`,
    Args:  cobra.MaximumNArgs(0),
    Run:   main,
}