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.27.6
Published
Sep 13, 2023
Platform
js/wasm
Imports
3 packages
Last checked
5 minutes ago

Tools for package owners.