Categorygithub.com/bigkevmcd/peanut
repository
0.0.0-20250106193346-d3e75b051003
Repository: https://github.com/bigkevmcd/peanut.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

peanut

Just a k8s resource parser.

This is a PoC for parsing resources.

Building

$ go build ./cmd/peanut

Running

$ peanut --kustomization-path ./path/to/kustomization.yaml
application: go-demo
name         namespace  replicas
go-demo-http production 1
redis        production 1

Testing

$ go test ./...