jsonnet-libs / k8s

Code generator for Jsonnet Kubernetes libraries.
Apache License 2.0
171 stars 98 forks source link

feat(tektoncd): add tektoncd lib #445

Closed lorenzofelletti closed 2 weeks ago

lorenzofelletti commented 2 months ago

Add tektoncd.


Note: I faced the error ERROR: unrecognized argument: -c when first running make configure. That was because the jsonnet command I had installed was not go-jsonnet. In my case brew uninstall jsonnet && brew install go-jsonnet solved the issue.

Duologic commented 2 weeks ago

Merged with #463