Skip to content

Commit 7e8dacc

Browse files
feat(crossplane): add Crossplane v2 additions with namespaced resources (#236)
- Add namespaced API types for groups and projects - Add common auth and helper utilities - Add namespaced controllers and clients - Update CRDs for both namespaced and cluster-scoped resources - Update main.go to support both modes - Generate cluster-scoped resources from namespaced ones Signed-off-by: Markus Siebert <[email protected]>
1 parent d87a61c commit 7e8dacc

File tree

251 files changed

+42901
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+42901
-621
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GO111MODULE = on
4545
# ====================================================================================
4646
# Setup Kubernetes tools
4747

48-
UP_VERSION = v0.34.2
48+
UP_VERSION = v0.41.0
4949
UP_CHANNEL = stable
5050
USE_HELM3 = true
5151

apis/cluster/groups/v1alpha1/zz_accesstoken_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_deploytoken_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_doc.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_group_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_groupmember_type.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_referencers.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_register.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_runner_types.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/cluster/groups/v1alpha1/zz_samlgrouplink_types.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)