package
0.0.0-20211228195852-211e2123a61f
Repository: https://github.com/kubecc-io/kubecc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AnalyzeErrors analyzes error messages to find oddities and potential bugs.
No description provided by the author
DefaultPaused starts the controller paused.
No description provided by the author
NewHashServer creates a new hash server.
NewPauseController creates and initializes a new pause controller.
No description provided by the author
No description provided by the author
RunPeriodic runs each function given in funcs (in parallel) every time the channel receives a value.
RunPeriodic runs each function given in funcs (in parallel) every given duration until the context is done.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
OSFS represents the host operating system's FS.
No description provided by the author
No description provided by the author
# Structs
HashServer uses the md5-simd library to allow highly concurrent hashing.
No description provided by the author
NullableError is a thread-safe wrapper around an error that ensures an error has been explicitly set, regardless of value, before being checked.
PauseController is an embeddable helper struct that allows an object to provide a means to "pause" and "resume" itself.
No description provided by the author
ZapfLogShim implements the logr.Logger interface.
# Interfaces
Hashable represents an object which can be hashed using a md5simd.Hasher.
No description provided by the author
# Type aliases
No description provided by the author