1
0
Fork 0
mirror of https://github.com/imjasonh/custom-task synced 2026-07-06 22:42:17 +00:00
No description
Find a file
2020-06-04 12:29:22 -04:00
hack initial commit 2020-06-04 12:29:22 -04:00
pkg/apis/custom initial commit 2020-06-04 12:29:22 -04:00
third_party initial commit 2020-06-04 12:29:22 -04:00
vendor initial commit 2020-06-04 12:29:22 -04:00
go.mod initial commit 2020-06-04 12:29:22 -04:00
go.sum initial commit 2020-06-04 12:29:22 -04:00
LICENSE initial commit 2020-06-04 12:29:22 -04:00
README.md initial commit 2020-06-04 12:29:22 -04:00

Change import path

  • grep and replace ImJasonH/custom-task with your GitHub user/repo
  • grep and replace custom/v1alpha1 with yourgroup/v1alpha1

Change the apiVersion and kind

  • update doc.go: // +groupName=custom.dev

Any time you update types.go, run ./hack/update-codegen.sh.