sparse-intern-71089
08/26/2020, 11:33 PMgorgeous-egg-16927
08/27/2020, 7:02 PMget_resource
method should be the way to go. Perhaps you’re using the wrong name for the Service? You can also directly access the resources
property on that ConfigFile
class.
You can see the implementation of that method here: https://github.com/pulumi/pulumi-kubernetes/blob/d9e686f4f9d6996e3eee3fece902d29a226bcf49/sdk/python/pulumi_kubernetes/yaml.py#L344-L363many-psychiatrist-74327
08/27/2020, 7:10 PMget_resource
doesn’t exist on the ConfigFile, not that it’s not finding the resource I’m querying for…
Let me paste my entire code snippet, maybe I’m doing something stupidmany-psychiatrist-74327
08/27/2020, 7:18 PMmany-psychiatrist-74327
08/27/2020, 7:19 PM