@flowfuse/driver-kubernetes 1.14.0 → 1.14.1-2eb9c08-202312071759.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/kubernetes.js
CHANGED
|
@@ -695,10 +695,10 @@ module.exports = {
|
|
|
695
695
|
stack: {
|
|
696
696
|
properties: {
|
|
697
697
|
cpu: {
|
|
698
|
-
label: 'CPU Cores (
|
|
699
|
-
validate: '^([1-9][0-9]
|
|
700
|
-
invalidMessage: 'Invalid value - must be a number between 1 and 100',
|
|
701
|
-
description: '
|
|
698
|
+
label: 'CPU Cores (in 1/100th units)',
|
|
699
|
+
validate: '^([1-9][0-9]{0,2}|1000)$',
|
|
700
|
+
invalidMessage: 'Invalid value - must be a number between 1 and 1000, where 100 represents 1 CPU core',
|
|
701
|
+
description: 'Defines the CPU resources each Project should receive, in units of 1/100th of a CPU core. 100 equates to 1 CPU core'
|
|
702
702
|
},
|
|
703
703
|
memory: {
|
|
704
704
|
label: 'Memory (MB)',
|