-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area/cluster-autoscalerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Which component are you using?:
/area cluster-autoscaler
What version of the component are you using?:
Component version:
What k8s version are you using (kubectl version)?:
kubectl version Output
$ kubectl version
What environment is this in?:
What did you expect to happen?:
What happened instead?:
When running the hack/update-codegen.sh script, I'm getting errors:
$ hack/update-codegen.sh
Generating deepcopy code for 2 targets
Generating defaulter code for 2 targets
Ran gen helpers, moving on to generating client code...
Generating applyconfig code for 2 targets
Generating client code for 2 targets
F1120 12:50:47.203486 17223 main.go:68] Error: failed making a parser: error(s) in "k8s.io/autoscaler/cluster-autoscaler/apis/provisioningrequest/autoscaling.x-k8s.io/v1":
-: main module (k8s.io/autoscaler/cluster-autoscaler) does not contain package k8s.io/autoscaler/cluster-autoscaler/apis/provisioningrequest/autoscaling.x-k8s.io/v1
error(s) in "k8s.io/autoscaler/cluster-autoscaler/apis/provisioningrequest/autoscaling.x-k8s.io/v1beta1":
-: main module (k8s.io/autoscaler/cluster-autoscaler) does not contain package k8s.io/autoscaler/cluster-autoscaler/apis/provisioningrequest/autoscaling.x-k8s.io/v1beta1How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Metadata
Metadata
Assignees
Labels
area/cluster-autoscalerkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.