44 lines
2.3 KiB
Diff
44 lines
2.3 KiB
Diff
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2023-01-26 04:46:15.606200818 +0000
|
|
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2023-01-26 04:46:15.614200879 +0000
|
|
@@ -4846,8 +4846,8 @@
|
|
description: DevWorkspace Operator configuration.
|
|
properties:
|
|
runningLimit:
|
|
- description: The maximum number of running workspaces per
|
|
- user.
|
|
+ description: Deprecated in favor of `MaxNumberOfRunningWorkspacesPerUser`
|
|
+ The maximum number of running workspaces per user.
|
|
type: string
|
|
type: object
|
|
devfileRegistry:
|
|
@@ -5408,6 +5408,7 @@
|
|
autoProvision: true
|
|
template: <username>-che
|
|
disableContainerBuildCapabilities: true
|
|
+ maxNumberOfWorkspacesPerUser: -1
|
|
secondsOfInactivityBeforeIdling: 1800
|
|
secondsOfRunBeforeIdling: -1
|
|
startTimeoutSeconds: 300
|
|
@@ -6975,6 +6976,21 @@
|
|
default: true
|
|
description: Disables the container build capabilities.
|
|
type: boolean
|
|
+ maxNumberOfRunningWorkspacesPerUser:
|
|
+ description: The maximum number of running workspaces per user.
|
|
+ The value, -1, allows users to run an unlimited number of
|
|
+ workspaces.
|
|
+ format: int64
|
|
+ minimum: -1
|
|
+ type: integer
|
|
+ maxNumberOfWorkspacesPerUser:
|
|
+ default: -1
|
|
+ description: Total number of workspaces, both stopped and running,
|
|
+ that a user can keep. The value, -1, allows users to keep
|
|
+ an unlimited number of workspaces.
|
|
+ format: int64
|
|
+ minimum: -1
|
|
+ type: integer
|
|
nodeSelector:
|
|
additionalProperties:
|
|
type: string
|