kubewarden / policy-sdk-go

Kubewarden Policy SDK for the Go programming language
https://kubewarden.io
Apache License 2.0
8 stars 7 forks source link

fix: use the correct waPC function to list k8s resources #60

Closed flavio closed 11 months ago

flavio commented 11 months ago

The Go SDK invoked the wrong host function when listing all the Kubernetes resources.

The issue has been reported by @brunorene

flavio commented 11 months ago

The fix has been confirmed to work