Documentation
¶
Index ¶
- func CheckValidDir(inPath string) error
- func CheckVersionConstraint(version, constraint string) bool
- func Command(name string, arg ...string) *exec.Cmd
- func GetK8sBuildAssetDir() (string, error)
- func GetK8sBuildOutputDir() (string, error)
- func GetValidGoPath() (string, error)
- func IsTerminal(fd uintptr) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckValidDir ¶
func CheckVersionConstraint ¶ added in v0.2.0
func Command ¶ added in v0.2.0
Command creates an exec.Cmd instance like exec.Command does - it fills only Path and Args fields. But the difference is that the binary in current working directory takes precedence over the binary in PATH.
func GetK8sBuildAssetDir ¶ added in v0.2.0
func GetK8sBuildOutputDir ¶ added in v0.1.1
func GetValidGoPath ¶
func IsTerminal ¶
IsTerminal returns true if the given file descriptor is a terminal.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.