| WHAT:
- parse and emulation of `oc new-app mytemplate.yaml`
- it reads a template, processes it (process = replaces template parameters accordingly) and returns a list of objects
WHY: this lib was made because this mechanism does not exist in the operator and in the openshift API FOR: we are able to use the templates in the operator
Examples:
|
|