package servehostname
import "k8s.io/kubernetes/test/images/agnhost/serve-hostname"
Index ¶
Variables ¶
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, }
CmdServeHostname is used by agnhost Cobra.
Source Files ¶
serve_hostname.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 6 hours ago –
Tools for package owners.