Expand description
Utilities for Kubernetes controllers built on kube
Re-exports
pub use self::client::ClientArgs;clientpub use self::initialized::Initialized;pub use self::log::LogFormat;logpub use self::runtime::Runtime;runtimepub use self::server::ServerArgs;serverModules
admin
adminAdmin server utilities.
client
clientUtilities for configuring a
kube_client::Client from the command lineerrors
errorsUtilities for handling errors
initialized
initializedA utility for waiting for components to be initialized.
log
logConfigures the global default tracing subscriber
requeue
requeueA bounded, delayed, multi-producer, single-consumer queue for deferring work in response to
scheduler updates.
runtime
runtimeA controller runtime
server
serverHelpers for configuring and running an HTTPS server, especially for admission controllers and
API extensions
shutdown
shutdownDrives graceful shutdown when the process receives a signal.
Structs
Error returned by
try_init if a global default subscriber could not be initialized.