Pulumi-kubernetes: yaml.ConfigGroup not implemented in Python

Created on 29 Aug 2019  路  2Comments  路  Source: pulumi/pulumi-kubernetes

yaml.ConfigGroup allows users to instantiate k8s resources from a wildcard set of files, like:

const guestbook = new k8s.yaml.ConfigGroup("guestbook", { files: "yaml/*.yaml" });

This API is not implemented in Python.

All 2 comments

Note that I just ran into this while bringing up some new user guides: https://www.pulumi.com/docs/guides/adopting/from_kubernetes/#deploying-multiple-kubernetes-yaml-files. Not a huge deal, however, am guessing we've forgotten about this and that it's a simple fix.

Was this page helpful?
0 / 5 - 0 ratings