kubernetesk8s.io/kubernetes/test/images/agnhost/entrypoint-tester Index | Files

package entrypoint

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

Index

Variables

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

CmdEntrypointTester is used by agnhost Cobra.

Source Files

ep.go

Version
v1.20.7
Published
May 12, 2021
Platform
js/wasm
Imports
3 packages
Last checked
7 minutes ago

Tools for package owners.