Skip to content

Commit

Permalink
fix: Upgrade controller-gen to v0.14.0 (#2026)
Browse files Browse the repository at this point in the history
* fix: upgrade controller-gen to v0.14.0

Signed-off-by: champon1020 <nagatelu1020@gmail.com>

* gen: make manifests to re-generate crd

Signed-off-by: champon1020 <nagatelu1020@gmail.com>

---------

Signed-off-by: champon1020 <nagatelu1020@gmail.com>
  • Loading branch information
champon1020 committed Mar 20, 2024
1 parent bb8bba0 commit b7e0dbc
Show file tree
Hide file tree
Showing 7 changed files with 17,263 additions and 21,089 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
GOBIN=$(PROJECT_DIR)/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0
GOBIN=$(PROJECT_DIR)/bin go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0

KUSTOMIZE = $(shell pwd)/bin/kustomize
kustomize: ## Download kustomize locally if necessary.
Expand Down
6,293 changes: 2,832 additions & 3,461 deletions manifests/base/crds/kubeflow.org_mpijobs.yaml

Large diffs are not rendered by default.

6,294 changes: 2,834 additions & 3,460 deletions manifests/base/crds/kubeflow.org_mxjobs.yaml

Large diffs are not rendered by default.

6,583 changes: 2,963 additions & 3,620 deletions manifests/base/crds/kubeflow.org_paddlejobs.yaml

Large diffs are not rendered by default.

6,607 changes: 2,976 additions & 3,631 deletions manifests/base/crds/kubeflow.org_pytorchjobs.yaml

Large diffs are not rendered by default.

6,298 changes: 2,836 additions & 3,462 deletions manifests/base/crds/kubeflow.org_tfjobs.yaml

Large diffs are not rendered by default.

6,275 changes: 2,821 additions & 3,454 deletions manifests/base/crds/kubeflow.org_xgboostjobs.yaml

Large diffs are not rendered by default.

0 comments on commit b7e0dbc

Please sign in to comment.