Skip to content

Commit 0f2f23b

Browse files
authored
SANDBOX-1392: Api pair-Drop dependency on Che instance (#1206)
* SANDBOX-1392: Drop dependency on Che instance changes in crds Signed-off-by: Feny Mehta <fbm3307@gmail.com>
1 parent 5ccd7f9 commit 0f2f23b

File tree

2 files changed

+0
-124
lines changed

2 files changed

+0
-124
lines changed

config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -563,44 +563,6 @@ spec:
563563
to deploy the autoscaler buffer
564564
type: boolean
565565
type: object
566-
che:
567-
description: Keeps parameters concerned with Che/CRW
568-
properties:
569-
keycloakRouteName:
570-
description: Defines the Che/CRW Keycloak route name
571-
type: string
572-
namespace:
573-
description: Defines the Che/CRW operator namespace
574-
type: string
575-
required:
576-
description: Defines a flag that indicates whether the
577-
Che/CRW operator is required to be installed on the
578-
cluster. May be used in monitoring.
579-
type: boolean
580-
routeName:
581-
description: Defines the Che/CRW route name
582-
type: string
583-
secret:
584-
description: Defines all secrets related to Che configuration
585-
properties:
586-
cheAdminPasswordKey:
587-
description: The key for the Che admin password in
588-
the secret values map
589-
type: string
590-
cheAdminUsernameKey:
591-
description: The key for the Che admin username in
592-
the secret values map
593-
type: string
594-
ref:
595-
description: Reference is the name of the secret resource
596-
to look up
597-
type: string
598-
type: object
599-
userDeletionEnabled:
600-
description: Defines a flag to turn the Che user deletion
601-
logic on/off
602-
type: boolean
603-
type: object
604566
console:
605567
description: Keeps parameters concerned with the console
606568
properties:
@@ -703,44 +665,6 @@ spec:
703665
to deploy the autoscaler buffer
704666
type: boolean
705667
type: object
706-
che:
707-
description: Keeps parameters concerned with Che/CRW
708-
properties:
709-
keycloakRouteName:
710-
description: Defines the Che/CRW Keycloak route name
711-
type: string
712-
namespace:
713-
description: Defines the Che/CRW operator namespace
714-
type: string
715-
required:
716-
description: Defines a flag that indicates whether the
717-
Che/CRW operator is required to be installed on the
718-
cluster. May be used in monitoring.
719-
type: boolean
720-
routeName:
721-
description: Defines the Che/CRW route name
722-
type: string
723-
secret:
724-
description: Defines all secrets related to Che configuration
725-
properties:
726-
cheAdminPasswordKey:
727-
description: The key for the Che admin password
728-
in the secret values map
729-
type: string
730-
cheAdminUsernameKey:
731-
description: The key for the Che admin username
732-
in the secret values map
733-
type: string
734-
ref:
735-
description: Reference is the name of the secret
736-
resource to look up
737-
type: string
738-
type: object
739-
userDeletionEnabled:
740-
description: Defines a flag to turn the Che user deletion
741-
logic on/off
742-
type: boolean
743-
type: object
744668
console:
745669
description: Keeps parameters concerned with the console
746670
properties:

config/crd/bases/toolchain.dev.openshift.com_toolchainstatuses.yaml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -249,49 +249,6 @@ spec:
249249
memberStatus:
250250
description: The array of member status objects
251251
properties:
252-
che:
253-
description: Che is the status of Che/CRW, such as installed
254-
and whether the member configuration is correct
255-
properties:
256-
conditions:
257-
description: |-
258-
Conditions is an array of current Che status conditions
259-
Supported condition types: ConditionReady
260-
items:
261-
properties:
262-
lastTransitionTime:
263-
description: Last time the condition transit from
264-
one status to another.
265-
format: date-time
266-
type: string
267-
lastUpdatedTime:
268-
description: Last time the condition was updated
269-
format: date-time
270-
type: string
271-
message:
272-
description: Human readable message indicating
273-
details about last transition.
274-
type: string
275-
reason:
276-
description: (brief) reason for the condition's
277-
last transition.
278-
type: string
279-
status:
280-
description: Status of the condition, one of True,
281-
False, Unknown.
282-
type: string
283-
type:
284-
description: Type of condition
285-
type: string
286-
required:
287-
- status
288-
- type
289-
type: object
290-
type: array
291-
x-kubernetes-list-map-keys:
292-
- type
293-
x-kubernetes-list-type: map
294-
type: object
295252
conditions:
296253
description: |-
297254
Conditions is an array of current toolchain status conditions
@@ -540,12 +497,7 @@ spec:
540497
type: object
541498
routes:
542499
description: Routes/URLs of the cluster, such as Console
543-
and Che Dashboard URLs
544500
properties:
545-
cheDashboardURL:
546-
description: CheDashboardURL is the Che Dashboard URL
547-
of the cluster if Che is installed
548-
type: string
549501
conditions:
550502
description: |-
551503
Conditions is an array of current member operator status conditions

0 commit comments

Comments
 (0)