This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Get Started with Kubernetes go example fails #3411
Labels
area/docs
Improvements or additions to documentation
docs/examples
impact/first-48
This bug is likely to be hit during a user's first 48 hours of product evaluation
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
size/M
Estimated effort to complete (up to 5 days).
Milestone
Problem description
Reported via our docs control, following the go example here : https://www.pulumi.com/docs/clouds/kubernetes/get-started/
Seeing the following error:
quickstart
./main.go:40:42: deployment.Metadata.Elem undefined (type "github.com/pulumi/pulumi-kubernetes/sdk/v4/go/kubernetes/meta/v1".ObjectMetaOutput has no field or method Elem)
error: error in compiling Go: unable to run
go build
: exit status 1I was able to repo this issue today.
Suggestions for a fix
The text was updated successfully, but these errors were encountered: