Skip to content

Commit

Permalink
Add missing external types to apply configurations (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti authored Feb 12, 2025
1 parent 5291e2c commit c69f95c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client-go/applyconfiguration/jobset/v1alpha2/replicatedjob.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kube::codegen::gen_helpers \
kube::codegen::gen_client \
--with-watch \
--with-applyconfig \
--applyconfig-externals "k8s.io/api/batch/v1.JobTemplateSpec:k8s.io/client-go/applyconfigurations/batch/v1" \
--output-dir "${REPO_ROOT}/client-go" \
--output-pkg sigs.k8s.io/jobset/client-go \
--boilerplate "${REPO_ROOT}/hack/boilerplate.go.txt" \
Expand Down

0 comments on commit c69f95c

Please sign in to comment.