Fixes #20884 * Upgrade to devworkspace operator with support for pod tolerations * Implement additional logic in usernamespace controller to sync config from checluster CR to ns annotations understood by the dwo * Add new fields to CheCluster CRD v1 and v2alpha1 * added support for the new fields in conversion methods between v1 and v2alpha1 |
||
|---|---|---|
| .. | ||
| defaults | ||
| solver | ||
| sync | ||
| README.adoc | ||
| controller.go | ||
| controller_test.go | ||
| 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.