-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The move to operator-sdk is to aid with newer APIs that we may define and overall catching up to the later sdk versions for maintainability of the code base in the future. This commit has 2 major changes as follows, - Move controllers to internal/controller and main.go to cmd/ The above hence entails changes to Makefile, import paths, and other artifacts that are path dependent. - Move to kustomize v5 The above changes patchesStrategicMerge to patches and commonLabels to labels (though the latter is unused in comments) Related to the actual change is to move the PROJECT file to kubebuilder v4 and to update the install scripts to use the latest versions of the required tools. Overall changes were performed following the upgrade guides from v1.24.0 to v1.34.2: https://sdk.operatorframework.io/docs/upgrading-sdk-version/ One of the bigger change to move from kubebuilder v3 to v4 required following the migration guide at: https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md Open areas: Move to gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0 Change transformers to labels in kustomize Signed-off-by: Shyamsundar Ranganathan <[email protected]>
- Loading branch information
1 parent
463cfcf
commit 76000a6
Showing
100 changed files
with
163 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
config/crd/patches/cainjection_in_protectedvolumereplicationgrouplists.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
config/crd/patches/cainjection_in_volumereplicationgroups.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
config/crd/patches/webhook_in_protectedvolumereplicationgrouplists.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
config/crd/patches/webhook_in_volumereplicationgroups.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.