package
1.6.0-alpha.0
Repository: https://github.com/kdada/kubernetes.git
Documentation: pkg.go.dev

# Functions

Chain creates a new handler that invokes all notify functions when the critical section exits and then invokes the optional handler's notifications.
New creates a new handler that guarantees all notify functions are run after the critical section exits (or is interrupted by the OS), then invokes the final handler.

# Structs

Handler guarantees execution of notifications after a critical section (the function passed to a Run method), even in the presence of process termination.