-
Notifications
You must be signed in to change notification settings - Fork 201
Generate namespaced managed resources #1753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
36188cd
DO NOT MERGE: Use my branch of upjet
negz 219f47d
Move generate.go into its own package
negz c247a88
Move APIs, controllers, examples, and CRDs to namespaced subdirs
negz 1765672
Manually update imports under config
negz 8090c98
Copy cluster-scoped APIs to namespaced unchanged
negz b54706e
Fix linter_run.go package names
negz 5fe3d9f
Manually change namespaced APIs to scope=Namespaced
negz 7b97cb2
Copy cluster scoped controllers to namespaced
negz 0ffe0cc
Run code generation
negz 1927fed
Fix imports in hand-written clients and controllers
negz 0b9aacc
Fix eks/clusterauth import path
negz 7a32027
Import cluster and namespaced types in provider binaries
negz 2213132
build: run kustomize on cluster and namespaced CRD dirs
jbw976 e87e1ea
refactor: duplicate config into cluster and namespaced subdirs
jbw976 df40e8b
generated provider main.go files will use cluster config for now
jbw976 e90ed74
generator main.go creates both cluster scoped and namespaced config t…
jbw976 0cd4d7f
update root group name of namespaced config to m.aws.upbound.io
jbw976 67c545b
Remove conversion/bumping of singleton lists from namespaced config
jbw976 cbeba32
delete all generated namespaced apis, crds, examples for a clean slate
jbw976 e820d24
update group name for namespaced root apis
jbw976 1fb6aa6
generated namespaced apis, crds, and examples
jbw976 b2f493c
generated: namespaced controller version bumps for controllers specia…
jbw976 7f2b834
generated: new AWS partitions
jbw976 2bfcd13
copy manual api files from cluster to namespaced and run make generate
jbw976 53179b8
register singleton list conversions for namespace resources
jbw976 84edebc
use both cluster and namespaced config during provider start up
jbw976 de5db99
make generate provider main.go's
jbw976 19e69b9
don't separate generated CRDs into cluster/namespaced dirs
jbw976 16ab73c
update group name of namespaced core/config types to be aws.m.upbound.io
jbw976 281731d
run make generate to generate all CRDs to a single package/crds direc…
jbw976 c6008de
chore(deps): point at latest upjet from github.com/negz/upjet/tree/sp…
jbw976 cf8258c
build: update tag.sh for cluster and namespaced scoped resources
jbw976 057b2f1
refactor: cleanly separate config/common to cluster and namespaced
jbw976 37d0bef
run make generate to update apis pointing at config/common
jbw976 962a5ad
lint: fixes for imports ordering provider main.go and removing unused…
jbw976 ccb992e
run make generate for provider main.go import ordering
jbw976 959eefa
update namespaced group name to aws.m.upbound.io
jbw976 f828426
run make generate for namespaced group name change to aws.m.upbound.io
jbw976 098ab7b
build: update lint job runs-on to large runner ubuntu-latest-16-cores
jbw976 1b4320b
build: allow wild card exceptions in check-examples.py script
jbw976 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just adding a note that we shouldn't merge this until we switch this to the crossplane/upjet crossplane-v2 branch after crossplane/upjet#480 is merged.