cmdutil

package
v1.0.0-alpha.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StackTraceOnErrors = "COBRA_STACK_TRACE_ON_ERRORS"

	Stdout = "stdout"
	Unwrap = "unwrap"
)

Variables

View Source
var StackOnError bool

StackOnError if true, will print a stack trace on failure.

Functions

func DockerCmdAvailable

func DockerCmdAvailable() error

DockerCmdAvailable runs `docker ps` to check that the docker command is available, and returns an error with installation instructions if it is not

func FixDocs

func FixDocs(old, new string, c *cobra.Command)

FixDocs replaces instances of old with new in the docs for c

func PrintErrorStacktrace added in v0.34.0

func PrintErrorStacktrace() bool

func ResolveAbsAndRelPaths

func ResolveAbsAndRelPaths(path string) (string, string, error)

func StringToImagePullPolicy

func StringToImagePullPolicy(v string) fnruntime.ImagePullPolicy

func ValidateImagePullPolicyValue

func ValidateImagePullPolicyValue(v string) error

func WriteFnOutput

func WriteFnOutput(dest, content string, fromStdin bool, w io.Writer) error

WriteFnOutput writes the output resources of function commands to provided destination

func WriteToOutput

func WriteToOutput(r io.Reader, w io.Writer, outDir string) error

WriteToOutput reads the input from r and writes the output to either w or outDir

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL