i was using pulumi last year to deploy a project, ...
# general
b
i was using pulumi last year to deploy a project, and i was doing
pulumi.runtime.listResourceOutputs(k8s.apps.v1.Deployment.isInstance)
to collect information about the currently-deployed deployments. that project was shelved, and when i came back to it recently i discovered that it no longer works. i see that signature now asks for a type, so I gave it
k8s.apps.v1.Deployment
but it still fails. does anyone know why this might be?