che-operator/controllers/devworkspace
Samantha Dawley 95351dfad4
Updating go (to match Dockerfile) and golang.org/x/net (#1772)
* Updating go and golang.org/x/net

* Add vendor updates

* Reverting change of go version since tidy only supports 1.18

* Update additional files to use go 1.19.13

* ran update-go-dependencies

* run 'make fmt' to fix formatting issues

Change-Id: I6280c8b6851d83ec69d7d9898ae48ae583dc2dfe
Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
2023-10-31 16:48:38 +01:00
..
defaults feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
solver Updating go (to match Dockerfile) and golang.org/x/net (#1772) 2023-10-31 16:48:38 +01:00
sync Updating go (to match Dockerfile) and golang.org/x/net (#1772) 2023-10-31 16:48:38 +01:00
README.adoc feat: Import Devworkspace Che Operator (#925) 2021-08-11 15:07:44 +03:00
controller.go feat: Update Dev Workspace Operator v0.20.0 (#1660) 2023-04-14 16:14:30 +03:00
controller_test.go feat: Move some defaults out of CheCluster to env variables (#1642) 2023-03-29 09:09:46 +03:00
init_test.go Updating go (to match Dockerfile) and golang.org/x/net (#1772) 2023-10-31 16:48:38 +01: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.