...

Package entrypoint

import "k8s.io/kubernetes/test/images/agnhost/entrypoint-tester"
Overview
Index

Overview ▾

Index ▾

Package files

ep.go

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