From 782b65fb8e733e8cb288cc4861b61b6982ed471a Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Fri, 26 Sep 2025 12:39:12 +0530 Subject: [PATCH 1/3] SANDBOX-1392: Drop dependency on Che instance Signed-off-by: Feny Mehta --- ...in.dev.openshift.com_toolchainconfigs.yaml | 76 ------------------- ...n.dev.openshift.com_toolchainstatuses.yaml | 4 - 2 files changed, 80 deletions(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml index 35e26cb0d..33938cdbf 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml @@ -563,44 +563,6 @@ spec: to deploy the autoscaler buffer type: boolean type: object - che: - description: Keeps parameters concerned with Che/CRW - properties: - keycloakRouteName: - description: Defines the Che/CRW Keycloak route name - type: string - namespace: - description: Defines the Che/CRW operator namespace - type: string - required: - description: Defines a flag that indicates whether the - Che/CRW operator is required to be installed on the - cluster. May be used in monitoring. - type: boolean - routeName: - description: Defines the Che/CRW route name - type: string - secret: - description: Defines all secrets related to Che configuration - properties: - cheAdminPasswordKey: - description: The key for the Che admin password in - the secret values map - type: string - cheAdminUsernameKey: - description: The key for the Che admin username in - the secret values map - type: string - ref: - description: Reference is the name of the secret resource - to look up - type: string - type: object - userDeletionEnabled: - description: Defines a flag to turn the Che user deletion - logic on/off - type: boolean - type: object console: description: Keeps parameters concerned with the console properties: @@ -703,44 +665,6 @@ spec: to deploy the autoscaler buffer type: boolean type: object - che: - description: Keeps parameters concerned with Che/CRW - properties: - keycloakRouteName: - description: Defines the Che/CRW Keycloak route name - type: string - namespace: - description: Defines the Che/CRW operator namespace - type: string - required: - description: Defines a flag that indicates whether the - Che/CRW operator is required to be installed on the - cluster. May be used in monitoring. - type: boolean - routeName: - description: Defines the Che/CRW route name - type: string - secret: - description: Defines all secrets related to Che configuration - properties: - cheAdminPasswordKey: - description: The key for the Che admin password - in the secret values map - type: string - cheAdminUsernameKey: - description: The key for the Che admin username - in the secret values map - type: string - ref: - description: Reference is the name of the secret - resource to look up - type: string - type: object - userDeletionEnabled: - description: Defines a flag to turn the Che user deletion - logic on/off - type: boolean - type: object console: description: Keeps parameters concerned with the console properties: diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml index 65b5629a7..a3edd074b 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml @@ -542,10 +542,6 @@ spec: description: Routes/URLs of the cluster, such as Console and Che Dashboard URLs properties: - cheDashboardURL: - description: CheDashboardURL is the Che Dashboard URL - of the cluster if Che is installed - type: string conditions: description: |- Conditions is an array of current member operator status conditions From 4f443d8de7f971b4a541e80f360e14f19551862a Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Mon, 6 Oct 2025 19:49:42 +0530 Subject: [PATCH 2/3] removing che status Signed-off-by: Feny Mehta --- ...n.dev.openshift.com_toolchainstatuses.yaml | 43 ------------------- 1 file changed, 43 deletions(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml index a3edd074b..a227765a1 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml @@ -249,49 +249,6 @@ spec: memberStatus: description: The array of member status objects properties: - che: - description: Che is the status of Che/CRW, such as installed - and whether the member configuration is correct - properties: - conditions: - description: |- - Conditions is an array of current Che status conditions - Supported condition types: ConditionReady - items: - properties: - lastTransitionTime: - description: Last time the condition transit from - one status to another. - format: date-time - type: string - lastUpdatedTime: - description: Last time the condition was updated - format: date-time - type: string - message: - description: Human readable message indicating - details about last transition. - type: string - reason: - description: (brief) reason for the condition's - last transition. - type: string - status: - description: Status of the condition, one of True, - False, Unknown. - type: string - type: - description: Type of condition - type: string - required: - - status - - type - type: object - type: array - x-kubernetes-list-map-keys: - - type - x-kubernetes-list-type: map - type: object conditions: description: |- Conditions is an array of current toolchain status conditions From 5abae332f56d7e3169aeda70526362afc835db0e Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Tue, 7 Oct 2025 12:34:44 +0530 Subject: [PATCH 3/3] leftover constants and comment Signed-off-by: Feny Mehta --- .../crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml b/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml index a227765a1..e56568b1b 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml @@ -497,7 +497,6 @@ spec: type: object routes: description: Routes/URLs of the cluster, such as Console - and Che Dashboard URLs properties: conditions: description: |-