generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): kubeconfig registry controller (#526)
* update ClusterKubeconfig resource: add status * add kubeconfig controller * Automatic generation of CRD API Docs * add kubeonfig_controller tests * Automatic generation of CRD API Docs * Update pkg/controllers/cluster/kubeconfig_controller.go Co-authored-by: IvoGoman <[email protected]> * Update pkg/controllers/cluster/suite_test.go Co-authored-by: IvoGoman <[email protected]> * skip reconcile when cluster is not found * fix: skip reconcile when cluster is not found * move oidc data up, fail early * Automatic generation of CRD API Docs * start using CreateOrPatch * CreateOrPatch changes * update with one CreateOrPatch * Update pkg/controllers/cluster/kubeconfig_controller.go Co-authored-by: Uwe Mayer <[email protected]> * status subresource and conditions * Automatic generation of CRD API Docs * fix linter * fix org cannot be deleted * feat: add predicate to enqueue only for ready clusters * Automatic generation of CRD API Docs * fix check for cluster ready * simplify condition * Automatic generation of CRD API Docs --------- Co-authored-by: CRD API Docs Bot <[email protected]> Co-authored-by: IvoGoman <[email protected]> Co-authored-by: Uwe Mayer <[email protected]>
- Loading branch information
1 parent
c139e30
commit 75babf1
Showing
13 changed files
with
733 additions
and
11 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/cloudoperators/greenhouse | ||
|
||
go 1.23 | ||
go 1.23.0 | ||
|
||
replace ( | ||
// DEX import matches version v2.41.1. | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.