* 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> |
||
|---|---|---|
| .. | ||
| defaults | ||
| solver | ||
| sync | ||
| README.adoc | ||
| controller.go | ||
| controller_test.go | ||
| init_test.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.