che-operator/controllers/devworkspace
Anatolii Bazko 5c4d9fa132
fix: Support internal endpoints (#1384)
* fix: Support internal endpoints

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2022-05-27 11:53:57 +03:00
..
defaults Apply part-of label to devworkspace resources managed by Che Operator (#1189) 2021-11-22 16:45:46 +02:00
solver fix: Support internal endpoints (#1384) 2022-05-27 11:53:57 +03: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 chore: don't update chehost in CheCluster spec (#1340) 2022-03-16 11:37:40 +02:00
controller_test.go chore: don't update chehost in CheCluster spec (#1340) 2022-03-16 11:37:40 +02:00
state.go fix: Remove code depending on devworkspace.enable field (#1321) 2022-02-16 12:16:56 +02: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.