che-operator/controllers/devworkspace
Lukas Krejci 0e72bb2ca8
Sync the certificate from che-git-self-signed-cert to user namespaces (#1222)
feat: Sync the git tls certificate configuration in a format digestable by DWO.

Other slightly related changes:
* Make sure the version content annotations survive across multiple conversions
between v1 and v2alpha1.
* Add DWO watch labels so that our stuff is picked up.
* irifrance/gini has moved to go-air/gini
2021-12-15 15:41:55 +01:00
..
defaults Apply part-of label to devworkspace resources managed by Che Operator (#1189) 2021-11-22 16:45:46 +02:00
solver Sync the certificate from che-git-self-signed-cert to user namespaces (#1222) 2021-12-15 15:41:55 +01:00
sync Apply part-of label to devworkspace resources managed by Che Operator (#1189) 2021-11-22 16:45:46 +02:00
README.adoc feat: Import Devworkspace Che Operator (#925) 2021-08-11 15:07:44 +03:00
controller.go Apply part-of label to devworkspace resources managed by Che Operator (#1189) 2021-11-22 16:45:46 +02:00
controller_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02: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.