che-operator/pkg/deploy
Anatolii Bazko 5cfbc073a7
chore: Ensure that CHE_INTEGRATION_XXXX_SERVER__ENDPOINTS and CHE_INT… (#1250)
* chore: Ensure that CHE_INTEGRATION_XXXX_SERVER__ENDPOINTS and CHE_INTEGRATION_XXXX_OAUTH__ENDPOINT properties are properly set

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-12-16 08:58:35 +02:00
..
consolelink refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
dashboard refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
dev-workspace refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
devfileregistry refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
expose fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
gateway refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
identity-provider refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
image-puller refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
migration refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
openshift-oauth refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
pluginregistry refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
postgres refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
rbac refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
registry fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
server chore: Ensure that CHE_INTEGRATION_XXXX_SERVER__ENDPOINTS and CHE_INT… (#1250) 2021-12-16 08:58:35 +02:00
tls refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
checluster.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
checluster_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
clusterrole.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
clusterrole_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
clusterrolebinding.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
clusterrolebinding_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
configmap.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
configmap_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
data_types.go chore: checluster controller refactoring (#1244) 2021-12-09 14:13:59 +02:00
defaults.go feat: native auth kube (#1185) 2021-12-03 12:20:46 +01:00
defaults.go.update.sh fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
defaults_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
deployment.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
deployment_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
finalizer.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
finalizer_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
ingres_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
ingress.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
init_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
job.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
job_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
labels.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
labels_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
proxy.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
proxy_test.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
pvc.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
pvc_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
reconcile_manager.go refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
reconcile_manager_test.go refactor: Do not reconcile on any error inside finalizers (#1252) 2021-12-15 16:42:17 +02:00
role.go fix: delegate permissions to `get, list, watch` `pods/log` resources (#1212) 2021-12-06 15:25:57 +02:00
role_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
rolebinding.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
rolebinding_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
route.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
route_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
secret.go chore: Refactor certificates reconsiler (#1171) 2021-11-26 13:50:59 +02:00
sercet_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
service.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
service_account.go fix: Fix license headers (#1170) 2021-11-16 11:17:18 +02:00
service_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
sync.go chore: checluster controller refactoring (#1244) 2021-12-09 14:13:59 +02:00
sync_test.go feat: Use custom cache function in Che Operator (#1166) 2021-11-19 18:35:22 +02:00
test_util.go chore: checluster controller refactoring (#1244) 2021-12-09 14:13:59 +02:00