is there a `k8s.json.ConfigGroup` ? also, or is on...
# general
s
is there a
k8s.json.ConfigGroup
? also, or is only yaml supported currently? .. why can’t i seemingly not find where all these are originating from? .. how is
@pulimi/kubernetes
put together?
c
@salmon-pizza-65823 JSON is a subset of YAML, so you can just use the YAML API. 🙂 I do see how that could be confusing though.
s
hah, yeah - didn’t think about that, but very interesting approach, and perfect for my usecase
c
I wonder if we should have a parallel JSON api though
I am guessing you’re neither the first nor the last to be tripped up here.
Honestly I called it
yaml.*
because everyone always talks about k8s YAML
s
it’s so excessive :D