helm-schema-k8s 0.0.4

Generate an accurate JSON schema for any helm chart
Documentation
1
2
3
4
5
mod http_fetcher;
mod ureq_fetcher;

pub use http_fetcher::{FetchError, HttpFetcher};
pub(crate) use ureq_fetcher::UreqFetcher;