add check to prevent addition of k8s.io/kubernetes as dep #748
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Importing
k8s.io/kubernetes
as library is not supported and creates significant maintenance burden: any update can break anytime. We spent a very significant amount of energy removing the deps and we should ensure it is not coming back.We need a check to scan go.mod pre-merge and fail if that dep is pulled - directly or indirectly.
The text was updated successfully, but these errors were encountered: