docs.rs failed to build k8s-controller-0.4.0
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.
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:
k8s-controller-0.3.3
k8s-controller
This crate implements a lightweight framework around
kube_runtime::Controller
which provides a simpler interface for common controller patterns. To use it,
you define the data that your controller is going to operate over, and
implement the Context
trait on that struct:
Then you can run it against your Kubernetes cluster by creating a
Controller
:
let kube_config = infer.await.unwrap;
let kube_client = try_from.unwrap;
let context = default;
let controller = namespaced_all;
spawn;
loop