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: wrong field name in KubernetesAdmissionRequest type. #53

Closed jvanz closed 1 year ago

jvanz commented 1 year ago

Description

The KubernetesAdmissionRequest was using wrong names for the JSON fields for the Kind and Resource type fields.

flavio commented 1 year ago

I've tagged the 0.4.1 release that includes this fix