mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-14 00:20:23 +00:00
- Define the OpenAPI schema for ResourceList - Graduate `ResourceList` to apiVersion `v1`. Many functions have been implemented and we are effectively treating the spec as backwards compatible. - Add `results` field to the spec. This has been implemented in the orchestrator and couple of functions libraries for a while, but hasn't been yet standardized leading to minor discrepencies. Concurrent to this PR, we need to udpate the fn framework (kyaml) to be compatible with the standard and update the orchestrator to be backwards compatible. - Include per-resource annotations (previously a seperate doc) - Remove support for non-ResourceList wire formats. In practice, this is not widely used and complicates the standard. The orchestrators can easily covert a List to a ResourceList.
cmd/config
This package exists to expose config filters directly as cli commands for the purposes of development of the kyaml package and as a reference implementation for using the libraries.
Docs
All documentation is also built directly into the config command group using
kustomize help cfg.
Build Command
Build the config command under GOBIN
$ make
Run Tests
Run all tests, linting, etc and build
$ make all