Documentation ¶
Index ¶
Constants ¶
View Source
const (
K8SAPIVersion = "v1"
)
Variables ¶
This section is empty.
Functions ¶
func EntryExit ¶ added in v0.1.26
func EntryExit(method string) func()
EntryExit immediately prints an entry statement and returns a function that can be used with defer and that prints an exit statement with timing
func FromEither ¶
EromEither converts from Either to a normal tuple
func PanicAfterTimeout ¶ added in v0.1.27
func PanicAfterTimeout(message string, delay time.Duration) context.CancelFunc
PanicAfterTimeout starts a timer and after a timeout panics and kills the process the timer can be cancelled via the cancel function, e.g. in a defer call
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.