helm-schema-k8s 0.0.4

Generate an accurate JSON schema for any helm chart
Documentation

Kubernetes / CRD schema providers.

Composed from these cross-cutting modules:

  • [fetch]: HTTP boundary (HttpFetcher trait + UreqFetcher).
  • [cache]: per-source layout, marker-based invalidation, negative cache.
  • [diagnostic]: typed Diagnostic enum + DiagnosticSink.
  • [lookup]: K8sSchemaProvider trait, ProviderLookupResult, ChainLookupOutcome, Chain.
  • [inference]: Feature D apiVersion guessing.

The per-provider modules ([kubernetes_openapi], [crds_catalog], [local_override], [local_schema_universe]) are slim composers of the above.