kube-runtime 0.63.1

Kubernetes futures controller runtime
docs.rs failed to build kube-runtime-0.63.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: kube-runtime-0.90.0

Common components for building Kubernetes operators

This crate contains the core building blocks to allow users to build controllers/operators/watchers that need to synchronize/reconcile kubernetes state.

Newcomers are recommended to start with the [Controller] builder, which gives an opinionated starting point that should be appropriate for simple operators, but all components are designed to be usable รก la carte if your operator doesn't quite fit that mold.