...
Package entrypoint
import "k8s.io/kubernetes/test/images/agnhost/entrypoint-tester"
- Overview
- Index
Variables
CmdEntrypointTester is used by agnhost Cobra.
var CmdEntrypointTester = &cobra.Command{
Use: "entrypoint-tester",
Short: "Prints the args it's passed and exits",
Long: "Prints the args it's passed and exits.",
Run: main,
}