scheduler-plugins: Autogen files are not updated on running `make autogen`
Using Go version (1.14 and 1.15) on OSX, I am unable to generate code gen files for types defined under pkg/apis/config/types.go
and pkg/apis/config/v1beta/types.go
.
$: make autogen
hack/update-vendor.sh
hack/update-generated-openapi.sh
Generating Kubernetes OpenAPI
The command runs successfully but zz_generated* files are not updated.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 2
- Comments: 16 (16 by maintainers)
Commits related to this issue
- Updates to NodeResourceTopologyMatchArgs - updates to the associated config - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not genera... — committed to swatisehgal/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - updates to the associated config - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not genera... — committed to swatisehgal/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-s... — committed to swatisehgal/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-s... — committed to AlexeyPerevalov/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to AlexeyPerevalov/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to AlexeyPerevalov/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to k8stopologyawareschedwg/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to k8stopologyawareschedwg/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to k8stopologyawareschedwg/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to swatisehgal/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to swatisehgal/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to swatisehgal/scheduler-plugins by swatisehgal 4 years ago
- Updates to NodeResourceTopologyMatchArgs - TODO: Auto-generate code based on plugin argument updates. Currently after running make autogen, files are not generated: https://github.com/kubernetes-si... — committed to k8stopologyawareschedwg/scheduler-plugins by swatisehgal 4 years ago
- Merge pull request #116 from swatisehgal/kube-deps-1.26.7 [KNI] bump kube deps: 1.26.3 -> 1.26.7 — committed to ffromani/scheduler-plugins by openshift-merge-robot a year ago
@zorro786 The defaulter-gen doesn’t work for me as well 😃 You have to follow the current pattern to manually register your defaulter function. But let me know if you find a better way.