No description
Find a file
lotus a4bcb945bb
Some checks failed
ci/crow/tag/package Pipeline failed
v0.1.6: helm/v4 chart wrapper + Resource() accessor
- ToolkitChartOptions wraps helm/v4.NewChart (provider-native, no Tiller):
  Namespace via CreatedToolkitNamespace, Values/ValueYamlFiles, Repo, Version,
  ResourcePrefix, SkipAwait/SkipCrds, Transformations + DependsOn passthrough
- CreatedToolkitChart.Resource(typeToken, name, namespace) plucks a
  chart-created child out of Chart.Resources by URN. v4 has no GetResource
  (pulumi/pulumi-kubernetes#3251 open); children's URN type segment is
  'Chart$<token>' and name segment '<release>:<ns>/<name>' — verified against
  a live v4.24.0 provider via preview (bitnami nginx chart): bare-name and
  namespace-qualified lookups both resolve to the typed *v1.Service
2026-09-07 15:45:42 +00:00
.crow ci: fix zip missing, fix variable expansion in Crow pipeline 2026-05-28 12:16:25 +00:00
src v0.1.6: helm/v4 chart wrapper + Resource() accessor 2026-09-07 15:45:42 +00:00
.gitignore Initial commit 2025-11-20 16:19:24 +00:00
go.mod adding some builders 2025-11-21 00:02:05 +00:00
go.sum adding some builders 2025-11-21 00:02:05 +00:00
README.md Initial commit 2025-11-20 16:19:24 +00:00
TODO.md v0.1.6: helm/v4 chart wrapper + Resource() accessor 2026-09-07 15:45:42 +00:00

kubernetes-toolkit