Closed xdevxy closed 2 months ago
make codegen seeing the following errrors,
make codegen
rm: cannot remove '/tmp/tmp.xFtU2ZYXQs/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/pkg/tool/linux_amd64/cover': Permission denied rm: cannot remove '/tmp/tmp.xFtU2ZYXQs/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/pkg/tool/linux_amd64/vet': Permission denied rm: cannot remove '/tmp/tmp.xFtU2ZYXQs/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/pkg/tool/linux_amd64/covdata': Permission denied
This is caused by generate-internal-groups.sh is deprecated,
generate-internal-groups.sh
github.com/numaproj/numaplane/pkg/client '' github.com/numaproj/numaplane/pkg/apis numaplane:v1alpha1 --go-header-file hack/boilerplate.go.txt WARNING: generate-internal-groups.sh is deprecated. WARNING: Please use k8s.io/code-generator/kube_codegen.sh instead.
use kube_codegen.sh instead
kube_codegen.sh
make codegen
seeing the following errrors,This is caused by
generate-internal-groups.sh
is deprecated,Modifications
use
kube_codegen.sh
insteadVerification
make codegen