Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 0 additions & 76 deletions config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -540,12 +497,7 @@ spec:
type: object
routes:
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
Expand Down
Loading