che-operator/controllers/devworkspace
Anatolii Bazko 73bbeaafea
fix: Respect labels for workspace routes set in spec.server.CustomChe… (#1368)
* fix: Respect labels for workspace routes set in spec.server.CustomCheProperties[CHE_INFRA_OPENSHIFT_ROUTE_LABELS]
* Restart pods when configuration changed

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2022-05-02 13:10:06 +03:00
..
defaults
solver fix: Respect labels for workspace routes set in spec.server.CustomChe… (#1368) 2022-05-02 13:10:06 +03:00
sync
README.adoc
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

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.