package
1.2.0-alpha.5
Repository: https://github.com/saratovsource/kubernetes.git
Documentation: pkg.go.dev

# Functions

DoWith returns a process that, within its execution context, delegates to the specified Doer.
ErrorChan is a convenience func that returns a chan that yields the given error.
ErrorChanf is a convenience func that returns a chan that yields an error generated from the given msg format and args.
No description provided by the author
No description provided by the author
No description provided by the author
NewErrorOnce creates an ErrorOnce that aborts blocking func calls once the given abort chan has closed.
OnError spawns a goroutine that waits for an error.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
ErrorOnce an error promise.
No description provided by the author

# Type aliases

Action is something that executes in the context of a process.
DoerFunc is an adapter func for Doer interface.