che-operator/pkg/deploy/server
Andrew O 75a31c3bb3
feat: configure DWOC from che-operator CR (#1494)
* feat: configure DWOC from che-operator CR

Currently, only the following fields from the checluster custom resource
are propagated to the DevWorkspace-Operator Configuration:

- `checluster.spec.devEnvironments.Storage.pvcStrategy`
- `checluster.spec.devEnvironments.Storage.perUserStrategyPvcConfig.ClaimSize`
- `checluster.spec.devEnvironments.Storage.perUserStrategyPvcConfig.StorageClass`
- `checluster.spec.devEnvironments.Storage.perWorkspaceStrategyPvcConfig.ClaimSize`
- `checluster.spec.devEnvironments.Storage.perWorkspaceStrategyPvcConfig.StorageClass`

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>

* Update CSV and autogenerated apiv2 deepcopy

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>

* Refactoring

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* make fmt

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2022-09-02 19:50:35 +03:00
..
chehost_reconciler.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
chehost_reconciler_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
init_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
server_configmap.go feat: configure DWOC from che-operator CR (#1494) 2022-09-02 19:50:35 +03:00
server_configmap_test.go fix: Update based on field (#1506) 2022-09-02 14:34:29 +03:00
server_deployment.go chore: declare pod securityContext explicitly (#1458) 2022-08-01 10:00:42 +03:00
server_deployment_test.go feat: Allow to set environment variables into Eclipse Che containers (#1468) 2022-08-06 16:13:11 +03:00
server_reconciler.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
server_reconciler_test.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00
server_util.go feat: CheCluster API v2 (#1324) 2022-06-09 11:35:01 +03:00