This message was deleted.
# general
s
This message was deleted.
r
What resources are you trying to import? The docs usually have an
import
block that lists them. Lemme find one.
b
Copy code
k8s.core.v1.Service
There's no documentation, but I figured out it was
namespace/servicename
👍🏽 1
Ooh k8s is an interesting one. I think that provider does not have it in the docs.
b
I would have added it myself but I don't understand how the documentation is laid out https://www.pulumi.com/docs/reference/pkg/kubernetes/core/v1/service/# has a "request a change" button, but that only opens an issue, and points to a non-existing file
r
Yeah, all of our documentation is auto-generated from the schema. So we would need to include it in the schema and then pipe it through to the documentation generation. There’s an existing issue for it: https://github.com/pulumi/pulumi-kubernetes/issues/1390
b
awesome thanks @red-match-15116