che-operator/controllers/devworkspace
Michal Vala d104845f89
feat: accessible workspace healthz endpoint (#1119)
Signed-off-by: Michal Vala <mvala@redhat.com>
2021-10-11 19:22:36 +02:00
..
defaults feat: secure workspace services (#1045) 2021-09-17 12:37:02 +02:00
solver feat: accessible workspace healthz endpoint (#1119) 2021-10-11 19:22:36 +02:00
sync feat: Update controller runtime (#1064) 2021-10-01 14:54:37 +03:00
README.adoc feat: Import Devworkspace Che Operator (#925) 2021-08-11 15:07:44 +03:00
controller.go fix: do not start DWR controller if devworkspaces are not enabled (#1133) 2021-10-09 09:28:34 +03:00
controller_test.go feat: Update controller runtime (#1064) 2021-10-01 14:54:37 +03:00
state.go fix: do not start DWR controller if devworkspaces are not enabled (#1133) 2021-10-09 09:28:34 +03:00

README.adoc

= Devworkspace Che controller

This is an import of originally standalone Devworkspace Che operator.
As such many things, that could be shared or reused with/from the rest
of the che-operator codebase, aren't. 

This situation will hopefully improve over time as we integrate the two
codebases more and more.

In particular, the `controller/devworkspace/sync` subpackage is more 
or less identical to `deploy/sync` and should be replaced by `deploy/sync`
after a careful inspection, if possible.