Documentation
¶
Overview ¶
Package shim implements the kubetest2 root command logic, "shimming" to deployer specific binaries
Index ¶
Constants ¶
const BinaryName = "kubetest2"
BinaryName is the name of the binary
Variables ¶
var GitTag string
GitTag captures the git commit SHA of the build. This gets printed by all the deployers and testers
Functions ¶
func FindDeployer ¶
FindDeployer locates the binary implementing the named deployer TODO(bentheelder): move this to another package?
func FindDeployers ¶
FindDeployers looks for all deployers in PATH, returning a map of the deployer name to the first matching binary found in path
func FindTester ¶
FindTester locates the binary implementing the named tester TODO(bentheelder): move this to another package?
func FindTesters ¶
FindTesters looks for all testers in PATH, returning a map of the tester name to the first matching binary found in path
func NewCommand ¶
NewCommand returns a new cobra.Command for building the base image
Types ¶
This section is empty.