Source: kubernetes
Version: 1.19.4-2
Severity: wishlist
X-Debbugs-Cc: [email protected]
I am in a similar situation as Reinhard mentioned in #970331
In my case I would like to package terraform for Debian, which
among others depends on:
Build-Dependency "k8s.io/utils"
Build-Dependency "k8s.io/api"
Build-Dependency "k8s.io/client-go"
Build-Dependency "k8s.io/apimachinery"
Those seem to be part of the kubernetes package already and I would be
very glad if I could just use them instead of maintaining my own copies.
Thorsten