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

Most upvoted comments

@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.