Gatekeeper function should use the Go SDK #762
Labels
area/fn-catalog
Functions Catalog
cleanup
p2
triaged
Issue has been triaged by adding an `area/` label
Currently, Gatekeeper function:
https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/go/pkg/functions/gatekeeper/validate.go
Doesn't use the Kpt Go SDK:
https://googlecontainertools.github.io/kpt/guides/producer/functions/golang/
It uses an early minimal Go library which was built to unblock Gatekeeper before an official SDK was released. We should refactor Gatekeeper function and delete that purpose-built library.
The text was updated successfully, but these errors were encountered: