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

chore: split capabilities package into public pkgs #52

Closed KhaledEmaraDev closed 1 year ago

KhaledEmaraDev commented 1 year ago

Split the chunky capabilities package into smaller public packages. The packages follow the WAPC Host methods namesapces. The packages are put in the directory pkg as they should be public.

viccuad commented 1 year ago

Realized that by me merging https://github.com/kubewarden/policy-sdk-go/pull/51, now we have conflicts on this PR. I'm ok with reverting that one to merge this one, if that makes things easier.

KhaledEmaraDev commented 1 year ago

@viccuad No problem I rebased on main.

@jvanz I implented @flavio solution.