Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
36188cd
DO NOT MERGE: Use my branch of upjet
negz Feb 26, 2025
219f47d
Move generate.go into its own package
negz Feb 13, 2025
c247a88
Move APIs, controllers, examples, and CRDs to namespaced subdirs
negz Feb 26, 2025
1765672
Manually update imports under config
negz Feb 26, 2025
8090c98
Copy cluster-scoped APIs to namespaced unchanged
negz Feb 27, 2025
b54706e
Fix linter_run.go package names
negz Feb 27, 2025
5fe3d9f
Manually change namespaced APIs to scope=Namespaced
negz Feb 27, 2025
7b97cb2
Copy cluster scoped controllers to namespaced
negz Feb 27, 2025
0ffe0cc
Run code generation
negz Feb 27, 2025
1927fed
Fix imports in hand-written clients and controllers
negz Feb 27, 2025
0b9aacc
Fix eks/clusterauth import path
negz Feb 27, 2025
7a32027
Import cluster and namespaced types in provider binaries
negz Feb 27, 2025
2213132
build: run kustomize on cluster and namespaced CRD dirs
jbw976 Mar 8, 2025
e87e1ea
refactor: duplicate config into cluster and namespaced subdirs
jbw976 Mar 12, 2025
df40e8b
generated provider main.go files will use cluster config for now
jbw976 Mar 12, 2025
e90ed74
generator main.go creates both cluster scoped and namespaced config t…
jbw976 Mar 12, 2025
0cd4d7f
update root group name of namespaced config to m.aws.upbound.io
jbw976 Mar 12, 2025
67c545b
Remove conversion/bumping of singleton lists from namespaced config
jbw976 Mar 12, 2025
cbeba32
delete all generated namespaced apis, crds, examples for a clean slate
jbw976 Mar 12, 2025
e820d24
update group name for namespaced root apis
jbw976 Mar 12, 2025
1fb6aa6
generated namespaced apis, crds, and examples
jbw976 Mar 12, 2025
b2f493c
generated: namespaced controller version bumps for controllers specia…
jbw976 Mar 12, 2025
7f2b834
generated: new AWS partitions
jbw976 Mar 12, 2025
2bfcd13
copy manual api files from cluster to namespaced and run make generate
jbw976 Mar 12, 2025
53179b8
register singleton list conversions for namespace resources
jbw976 Mar 18, 2025
84edebc
use both cluster and namespaced config during provider start up
jbw976 Mar 20, 2025
de5db99
make generate provider main.go's
jbw976 Mar 20, 2025
19e69b9
don't separate generated CRDs into cluster/namespaced dirs
jbw976 Mar 21, 2025
16ab73c
update group name of namespaced core/config types to be aws.m.upbound.io
jbw976 Mar 21, 2025
281731d
run make generate to generate all CRDs to a single package/crds direc…
jbw976 Mar 21, 2025
c6008de
chore(deps): point at latest upjet from github.com/negz/upjet/tree/sp…
jbw976 Mar 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif
SUBPACKAGES ?= monolith
GO_STATIC_PACKAGES ?= $(GO_PROJECT)/cmd/generator ${SUBPACKAGES:%=$(GO_PROJECT)/cmd/provider/%}
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
GO_SUBDIRS += cmd internal apis
GO_SUBDIRS += cmd internal apis generate
GO111MODULE = on

export SUBPACKAGES := $(SUBPACKAGES)
Expand Down
133 changes: 0 additions & 133 deletions apis/acm/v1beta1/zz_certificatevalidation_types.go

This file was deleted.

Loading
Loading