# Functions
No description provided by the author
ContextWithCancelOnSignals returns a context that is canceled when one of the specified signals are received.
Die panics it the error is not nil.
Doc returns a string where all the '<BIN>' are replaced with the binary name and all the '\t' are replaced with a uniformed indentation using space.
JoinManifests concats all of the provided yaml manifests with a yaml separator.
KubeContextToServer returns the cluster server address for the provided kubernetes context.
MustParseDuration parses the given string as "time.Duration", or panic.
From strings like [email protected]:someOrg/someRepo.git or https://github.com/someOrg/someRepo?ref=someHash, extract the parts.
No description provided by the author
No description provided by the author
WithSpinner create a spinner that prints a message and canceled if the given context is canceled or the returned stop function is called.