Expand description

Utilities for Kubernetes controllers built on kube

Re-exports

pub use self::client::ClientArgs;
client

Modules

adminadmin

Admin server utilities.

clientclient

Utilities for configuring a kube_client::Client from the command line

loglog

Configures the global default tracing subscriber

requeuerequeue

A bounded, delayed, multi-producer, single-consumer queue for deferring work in response to scheduler updates.

serverserver

Helpers for configuring and running an HTTPS server, especially for admission controllers and API extensions

shutdownshutdown

Drives graceful shutdown when the process receives a signal.