cruise-automation / isopod

An expressive DSL and framework for Kubernetes configuration without YAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support kube.put_yaml for Starlark code generator

jonnylangefeld opened this issue · comments

commented

With #45 a Starlark code generator was added. So far the code generator is capable of creating all k8s.io resources using kube.put, including CRDs. However it would be nice to also support custom resources using kube.put_yaml.