koalaops/Kustomize Inspect
Build and inspect a kustomize overlay to extract metadata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| overlay_dir | Path to kustomize overlay directory | yes | — |
Outputs
| name | description |
|---|---|
| namespace | Resolved namespace (kustomization.yaml > built manifests > default) |
| workloads_json | JSON array of workloads: [{kind,name,namespace}] |
| primary_deployment | First Deployment name found (if any) |