che-operator/controllers/devworkspace
David Kwon c87253d34e
Use errors middleware to redirect workspace url to dashboard on 5xx error code (#1392)
* Use errors middleware to redirect workspace url to dashboard on 5xx error code

Signed-off-by: David Kwon <dakwon@redhat.com>
2022-06-16 09:44:28 -04:00
..
defaults feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
solver Use errors middleware to redirect workspace url to dashboard on 5xx error code (#1392) 2022-06-16 09:44:28 -04:00
sync feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
README.adoc feat: Import Devworkspace Che Operator (#925) 2021-08-11 15:07:44 +03:00
controller.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
controller_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
init_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
state.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +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.