-
Notifications
You must be signed in to change notification settings - Fork 2
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
refac(Cluster) - Merge & Standardize DirectAccess and ClusterStatus Controller #624
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f31bf8 - Browse repository at this point
Copy the full SHA 3f31bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce79cd - Browse repository at this point
Copy the full SHA 6ce79cdView commit details -
(chore): adds reconcile context helpers
reconcile context stores the original resource that is being reconciled intact to patch status at a later point in time.
Configuration menu - View commit details
-
Copy full SHA for 1c3324b - Browse repository at this point
Copy the full SHA 1c3324bView commit details -
(chore): adds reconcile utilities
helper methods to add, remove finalizers to check and set status conditions
Configuration menu - View commit details
-
Copy full SHA for 2ed036b - Browse repository at this point
Copy the full SHA 2ed036bView commit details -
(chore): adds common reconcile interface
common reconcile interface to standardize reconciliation for all greenhouse controllers
Configuration menu - View commit details
-
Copy full SHA for 5f57aca - Browse repository at this point
Copy the full SHA 5f57acaView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 3973edc - Browse repository at this point
Copy the full SHA 3973edcView commit details -
Automatic application of license header
License Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 82f1d60 - Browse repository at this point
Copy the full SHA 82f1d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 898b89b - Browse repository at this point
Copy the full SHA 898b89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d82e61 - Browse repository at this point
Copy the full SHA 5d82e61View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 0778314 - Browse repository at this point
Copy the full SHA 0778314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0101a0c - Browse repository at this point
Copy the full SHA 0101a0cView commit details -
Merge remote-tracking branch 'origin/feat/reconcile_standardization' …
…into feat/reconcile_standardization
Configuration menu - View commit details
-
Copy full SHA for 7dcedcf - Browse repository at this point
Copy the full SHA 7dcedcfView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 49c242d - Browse repository at this point
Copy the full SHA 49c242dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2440a17 - Browse repository at this point
Copy the full SHA 2440a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a09571d - Browse repository at this point
Copy the full SHA a09571dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 423d693 - Browse repository at this point
Copy the full SHA 423d693View commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 3947bcd - Browse repository at this point
Copy the full SHA 3947bcdView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 53eee91 - Browse repository at this point
Copy the full SHA 53eee91View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 7ae721b - Browse repository at this point
Copy the full SHA 7ae721bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 530b585 - Browse repository at this point
Copy the full SHA 530b585View commit details -
Merge remote-tracking branch 'origin/feat/reconcile_standardization' …
…into feat/reconcile_standardization
Configuration menu - View commit details
-
Copy full SHA for a65d192 - Browse repository at this point
Copy the full SHA a65d192View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for dd9374f - Browse repository at this point
Copy the full SHA dd9374fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f74696 - Browse repository at this point
Copy the full SHA 9f74696View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for e0e1f1d - Browse repository at this point
Copy the full SHA e0e1f1dView commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 1870051 - Browse repository at this point
Copy the full SHA 1870051View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8a6c0f8 - Browse repository at this point
Copy the full SHA 8a6c0f8View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 732507f - Browse repository at this point
Copy the full SHA 732507fView commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for cf80cf0 - Browse repository at this point
Copy the full SHA cf80cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e32d1 - Browse repository at this point
Copy the full SHA 38e32d1View commit details -
(chore): merge status controller
Cluster controller implements status conditions passed to lifecycle as a statusFunc type lifecycle.Conditioner
Configuration menu - View commit details
-
Copy full SHA for a9a6f4a - Browse repository at this point
Copy the full SHA a9a6f4aView commit details -
(chore): implements statusFunc and adds go docs
implements a strategy to update the status of the resource with conditions at a later point in time
Configuration menu - View commit details
-
Copy full SHA for e7132dd - Browse repository at this point
Copy the full SHA e7132ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5580908 - Browse repository at this point
Copy the full SHA 5580908View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for c1a1fd2 - Browse repository at this point
Copy the full SHA c1a1fd2View commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 90ed170 - Browse repository at this point
Copy the full SHA 90ed170View commit details -
Apply suggestions from code review
Co-authored-by: IvoGoman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a43f9d - Browse repository at this point
Copy the full SHA 4a43f9dView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for eb2b410 - Browse repository at this point
Copy the full SHA eb2b410View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19afc7 - Browse repository at this point
Copy the full SHA d19afc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95bb22f - Browse repository at this point
Copy the full SHA 95bb22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d096ce - Browse repository at this point
Copy the full SHA 4d096ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e6c51 - Browse repository at this point
Copy the full SHA a1e6c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7247b0 - Browse repository at this point
Copy the full SHA f7247b0View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 798da5c - Browse repository at this point
Copy the full SHA 798da5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b7a4e - Browse repository at this point
Copy the full SHA 72b7a4eView commit details -
Merge branch 'feat/reconcile_standardization' of https://github.com/c…
…loudoperators/greenhouse into feat/reconcile_standardization
Configuration menu - View commit details
-
Copy full SHA for 6b8dfc6 - Browse repository at this point
Copy the full SHA 6b8dfc6View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for f2b58ff - Browse repository at this point
Copy the full SHA f2b58ffView commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 96b6619 - Browse repository at this point
Copy the full SHA 96b6619View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7346281 - Browse repository at this point
Copy the full SHA 7346281View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for dbfe750 - Browse repository at this point
Copy the full SHA dbfe750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba7c49 - Browse repository at this point
Copy the full SHA 7ba7c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2006e - Browse repository at this point
Copy the full SHA 7c2006eView commit details -
Merge branch 'refac/direct_access_standardization' of https://github.…
…com/cloudoperators/greenhouse into refac/direct_access_standardization
Configuration menu - View commit details
-
Copy full SHA for 9b739e5 - Browse repository at this point
Copy the full SHA 9b739e5View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for fce2e88 - Browse repository at this point
Copy the full SHA fce2e88View commit details -
fix: fix remote cluster test after controller merge
k.zagorski committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 50fd381 - Browse repository at this point
Copy the full SHA 50fd381View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for d39184a - Browse repository at this point
Copy the full SHA d39184aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e03ce - Browse repository at this point
Copy the full SHA 27e03ceView commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 3ccd727 - Browse repository at this point
Copy the full SHA 3ccd727View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 9cc20c9 - Browse repository at this point
Copy the full SHA 9cc20c9View commit details
Commits on Oct 10, 2024
-
(chore): uses common delete condition, implements event filtering
use common delete condition even when cluster is scheduled for deletion with ScheduledDeletion as a reason. use event filtering to reduce duplicate reconciliation
Configuration menu - View commit details
-
Copy full SHA for ed1f990 - Browse repository at this point
Copy the full SHA ed1f990View commit details -
(chore): adds gvk info to dummy types
for future integration testing add scheme and gvk info and add struct methods to dummy status
Configuration menu - View commit details
-
Copy full SHA for 435f590 - Browse repository at this point
Copy the full SHA 435f590View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b4616 - Browse repository at this point
Copy the full SHA e4b4616View commit details -
(chore): uses clientutil finalizer methods
reconcile operation uses shared clientutil finalizer methods and adds custom event filtering
Configuration menu - View commit details
-
Copy full SHA for 617771b - Browse repository at this point
Copy the full SHA 617771bView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for c57fa8d - Browse repository at this point
Copy the full SHA c57fa8dView commit details -
Automatic application of license header
License Bot committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 4d49d9b - Browse repository at this point
Copy the full SHA 4d49d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 464ee01 - Browse repository at this point
Copy the full SHA 464ee01View commit details -
Configuration menu - View commit details
-
Copy full SHA for d398e1f - Browse repository at this point
Copy the full SHA d398e1fView commit details -
Merge branch 'feat/reconcile_standardization' of https://github.com/c…
…loudoperators/greenhouse into feat/reconcile_standardization
Configuration menu - View commit details
-
Copy full SHA for ee6e57f - Browse repository at this point
Copy the full SHA ee6e57fView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 76157e8 - Browse repository at this point
Copy the full SHA 76157e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b6fc4 - Browse repository at this point
Copy the full SHA 72b6fc4View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for c289a87 - Browse repository at this point
Copy the full SHA c289a87View commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 97407c3 - Browse repository at this point
Copy the full SHA 97407c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4058f01 - Browse repository at this point
Copy the full SHA 4058f01View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 8bbf8b6 - Browse repository at this point
Copy the full SHA 8bbf8b6View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed17132 - Browse repository at this point
Copy the full SHA ed17132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe8b1e - Browse repository at this point
Copy the full SHA 9fe8b1eView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 0ac0d2c - Browse repository at this point
Copy the full SHA 0ac0d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd72557 - Browse repository at this point
Copy the full SHA bd72557View commit details -
Configuration menu - View commit details
-
Copy full SHA for a415830 - Browse repository at this point
Copy the full SHA a415830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03df985 - Browse repository at this point
Copy the full SHA 03df985View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for d613091 - Browse repository at this point
Copy the full SHA d613091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c2a9f - Browse repository at this point
Copy the full SHA 30c2a9fView commit details -
Automatic application of license header
License Bot committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for a64beaa - Browse repository at this point
Copy the full SHA a64beaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53016b6 - Browse repository at this point
Copy the full SHA 53016b6View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for f5ec06b - Browse repository at this point
Copy the full SHA f5ec06bView commit details -
Update pkg/lifecycle/reconcile.go
Co-authored-by: IvoGoman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bf848d - Browse repository at this point
Copy the full SHA 2bf848dView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for e29399f - Browse repository at this point
Copy the full SHA e29399fView commit details -
(chore): re-generates mocks and adds reconcile test
event recorder is removed as it is not needed now and adds tests for reconcile
Configuration menu - View commit details
-
Copy full SHA for cedac7d - Browse repository at this point
Copy the full SHA cedac7dView commit details -
Automatic application of license header
License Bot committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 45e852e - Browse repository at this point
Copy the full SHA 45e852eView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for b395af1 - Browse repository at this point
Copy the full SHA b395af1View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2262d9b - Browse repository at this point
Copy the full SHA 2262d9bView commit details -
(chore): refactor reconcile_test.go
re-write tests to ginkgo
Configuration menu - View commit details
-
Copy full SHA for 51c7057 - Browse repository at this point
Copy the full SHA 51c7057View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c7c9b2 - Browse repository at this point
Copy the full SHA 3c7c9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9711125 - Browse repository at this point
Copy the full SHA 9711125View commit details -
Merge branch 'feat/reconcile_standardization' of https://github.com/c…
…loudoperators/greenhouse into feat/reconcile_standardization
Configuration menu - View commit details
-
Copy full SHA for 95b5012 - Browse repository at this point
Copy the full SHA 95b5012View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for e6104b2 - Browse repository at this point
Copy the full SHA e6104b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26af17 - Browse repository at this point
Copy the full SHA f26af17View commit details -
Merge branch 'feat/reconcile_standardization' of https://github.com/c…
…loudoperators/greenhouse into feat/reconcile_standardization
Configuration menu - View commit details
-
Copy full SHA for 1ed9009 - Browse repository at this point
Copy the full SHA 1ed9009View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e0f10a - Browse repository at this point
Copy the full SHA 0e0f10aView commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 23acc61 - Browse repository at this point
Copy the full SHA 23acc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea89f2 - Browse repository at this point
Copy the full SHA 7ea89f2View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 7fee34a - Browse repository at this point
Copy the full SHA 7fee34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b1786 - Browse repository at this point
Copy the full SHA 11b1786View commit details -
Merge branch 'refac/direct_access_standardization' of https://github.…
…com/cloudoperators/greenhouse into refac/direct_access_standardization
Configuration menu - View commit details
-
Copy full SHA for 65eeabe - Browse repository at this point
Copy the full SHA 65eeabeView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d794dc - Browse repository at this point
Copy the full SHA 5d794dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5768971 - Browse repository at this point
Copy the full SHA 5768971View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for a8a1b8d - Browse repository at this point
Copy the full SHA a8a1b8dView commit details
Commits on Oct 16, 2024
-
Update pkg/lifecycle/reconcile.go
Co-authored-by: Akshay Iyyadurai Balasundaram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94230f7 - Browse repository at this point
Copy the full SHA 94230f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e6872 - Browse repository at this point
Copy the full SHA d6e6872View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for c93b6da - Browse repository at this point
Copy the full SHA c93b6daView commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for e62f158 - Browse repository at this point
Copy the full SHA e62f158View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 6f9fd1d - Browse repository at this point
Copy the full SHA 6f9fd1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f4e21 - Browse repository at this point
Copy the full SHA 54f4e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for aecb95b - Browse repository at this point
Copy the full SHA aecb95bView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for dbca39c - Browse repository at this point
Copy the full SHA dbca39cView commit details -
Automatic application of license header
License Bot committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for dd1fc19 - Browse repository at this point
Copy the full SHA dd1fc19View commit details -
Merge branch 'feat/reconcile_standardization' into refac/direct_acces…
…s_standardization
Configuration menu - View commit details
-
Copy full SHA for 41d6947 - Browse repository at this point
Copy the full SHA 41d6947View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f84544 - Browse repository at this point
Copy the full SHA 7f84544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0cda9 - Browse repository at this point
Copy the full SHA 4d0cda9View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 78d0abc - Browse repository at this point
Copy the full SHA 78d0abcView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b023fb7 - Browse repository at this point
Copy the full SHA b023fb7View commit details -
Merge branch 'refac/direct_access_standardization' of https://github.…
…com/cloudoperators/greenhouse into refac/direct_access_standardization
Configuration menu - View commit details
-
Copy full SHA for f2fecc7 - Browse repository at this point
Copy the full SHA f2fecc7View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 44f1e7e - Browse repository at this point
Copy the full SHA 44f1e7eView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7625f57 - Browse repository at this point
Copy the full SHA 7625f57View commit details -
Apply suggestions from code review
Co-authored-by: IvoGoman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed8473c - Browse repository at this point
Copy the full SHA ed8473cView commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 21, 2024 Configuration menu - View commit details
-
Copy full SHA for b3ecd39 - Browse repository at this point
Copy the full SHA b3ecd39View commit details -
Merge branch 'refac/direct_access_standardization' of https://github.…
…com/cloudoperators/greenhouse into refac/direct_access_standardization
Configuration menu - View commit details
-
Copy full SHA for 5c8efa8 - Browse repository at this point
Copy the full SHA 5c8efa8View commit details -
(chore): removes dropping namespace
Greenhouse created Namespace will not be dropped but instead the resources managed by Greenhouse in that Namespace will be cleaned up. (ServiceAccount, ClusterRoleBinding..)
Configuration menu - View commit details
-
Copy full SHA for da5062a - Browse repository at this point
Copy the full SHA da5062aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd78d3 - Browse repository at this point
Copy the full SHA cbd78d3View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a3ddd1 - Browse repository at this point
Copy the full SHA 3a3ddd1View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfd6d09 - Browse repository at this point
Copy the full SHA bfd6d09View commit details -
Automatic generation of CRD API Docs
CRD API Docs Bot committedOct 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 760b846 - Browse repository at this point
Copy the full SHA 760b846View commit details