docs.rs failed to build istio-sdk-0.1.3
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.
istio-sdk-rs
A collection of CRDs used in Istio, generated by kopium
directly from istio CRDs
.
Quick Start
istio-sdk-rs
is built on top of kube-rs
as a set of CRDs, which means it can be easily used under kube_rs
like below:
use *;
use *;
use *;
use ;
async
And in cargo.toml
, you should specify the API version for both k8s
& istio
like:
[]
# ...
= { = "0.84", = ["runtime", "derive"] }
= { = "0.18", = ["v1_18"] }
= { = "0.1.0", = ["v1_18"] }
# ...
Other
istio-sdk-rs
is currently developed and tested on istio/api since v1.10, the lower api version is out of this repository's concern.
For release package, see crate.io.