import "k8s.io/kubernetes/test/images/agnhost/serve-hostname"
serve_hostname.go
CmdServeHostname is used by agnhost Cobra.
var CmdServeHostname = &cobra.Command{ Use: "serve-hostname", Short: "Serves the hostname", Long: `Serves the hostname through HTTP / TCP / UDP on the given port.`, Args: cobra.MaximumNArgs(0), Run: main, }