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.29.0
Published
Dec 13, 2023
Platform
linux/amd64
Imports
3 packages
Last checked
38 minutes ago

Tools for package owners.