che-operator/controllers/devworkspace
Max Shaposhnik f4d80166ed
feat: Add Traefik gateway container CPU & RAM request/limit resources (#1088)
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
2021-09-24 13:14:58 +03:00
..
defaults feat: secure workspace services (#1045) 2021-09-17 12:37:02 +02:00
solver feat: Add Traefik gateway container CPU & RAM request/limit resources (#1088) 2021-09-24 13:14:58 +03:00
sync feat: Import Devworkspace Che Operator (#925) 2021-08-11 15:07:44 +03:00
README.adoc feat: Import Devworkspace Che Operator (#925) 2021-08-11 15:07:44 +03:00
controller.go feat: Syncing of proxy settings and self-signed cert to the user's workspace namespace (#1027) 2021-09-21 21:00:53 +02:00
controller_test.go Do not use v1beta1 in DWCO code 2021-08-26 16:03:30 +03:00
util.go feat: Syncing of proxy settings and self-signed cert to the user's workspace namespace (#1027) 2021-09-21 21:00:53 +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.