qovery-typescript-axios 1.1.805 → 1.1.806
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/api.ts +12 -0
- package/dist/api.d.ts +12 -0
- package/dist/esm/api.d.ts +12 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -1333,6 +1333,12 @@ export interface ApplicationAdvancedSettings {
|
|
|
1333
1333
|
* @memberof ApplicationAdvancedSettings
|
|
1334
1334
|
*/
|
|
1335
1335
|
'hpa.cpu.average_utilization_percent'?: number;
|
|
1336
|
+
/**
|
|
1337
|
+
* Percentage value of memory usage at which point pods should scale up.
|
|
1338
|
+
* @type {number}
|
|
1339
|
+
* @memberof ApplicationAdvancedSettings
|
|
1340
|
+
*/
|
|
1341
|
+
'hpa.memory.average_utilization_percent'?: number | null;
|
|
1336
1342
|
/**
|
|
1337
1343
|
* Allows you to set an existing Kubernetes service account name
|
|
1338
1344
|
* @type {string}
|
|
@@ -5116,6 +5122,12 @@ export interface ContainerAdvancedSettings {
|
|
|
5116
5122
|
* @memberof ContainerAdvancedSettings
|
|
5117
5123
|
*/
|
|
5118
5124
|
'hpa.cpu.average_utilization_percent'?: number;
|
|
5125
|
+
/**
|
|
5126
|
+
* Percentage value of memory usage at which point pods should scale up.
|
|
5127
|
+
* @type {number}
|
|
5128
|
+
* @memberof ContainerAdvancedSettings
|
|
5129
|
+
*/
|
|
5130
|
+
'hpa.memory.average_utilization_percent'?: number | null;
|
|
5119
5131
|
/**
|
|
5120
5132
|
* Automount Kubernetes service account token to have access to Kubernetes API from pods
|
|
5121
5133
|
* @type {boolean}
|
package/dist/api.d.ts
CHANGED
|
@@ -1261,6 +1261,12 @@ export interface ApplicationAdvancedSettings {
|
|
|
1261
1261
|
* @memberof ApplicationAdvancedSettings
|
|
1262
1262
|
*/
|
|
1263
1263
|
'hpa.cpu.average_utilization_percent'?: number;
|
|
1264
|
+
/**
|
|
1265
|
+
* Percentage value of memory usage at which point pods should scale up.
|
|
1266
|
+
* @type {number}
|
|
1267
|
+
* @memberof ApplicationAdvancedSettings
|
|
1268
|
+
*/
|
|
1269
|
+
'hpa.memory.average_utilization_percent'?: number | null;
|
|
1264
1270
|
/**
|
|
1265
1271
|
* Allows you to set an existing Kubernetes service account name
|
|
1266
1272
|
* @type {string}
|
|
@@ -4964,6 +4970,12 @@ export interface ContainerAdvancedSettings {
|
|
|
4964
4970
|
* @memberof ContainerAdvancedSettings
|
|
4965
4971
|
*/
|
|
4966
4972
|
'hpa.cpu.average_utilization_percent'?: number;
|
|
4973
|
+
/**
|
|
4974
|
+
* Percentage value of memory usage at which point pods should scale up.
|
|
4975
|
+
* @type {number}
|
|
4976
|
+
* @memberof ContainerAdvancedSettings
|
|
4977
|
+
*/
|
|
4978
|
+
'hpa.memory.average_utilization_percent'?: number | null;
|
|
4967
4979
|
/**
|
|
4968
4980
|
* Automount Kubernetes service account token to have access to Kubernetes API from pods
|
|
4969
4981
|
* @type {boolean}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -1261,6 +1261,12 @@ export interface ApplicationAdvancedSettings {
|
|
|
1261
1261
|
* @memberof ApplicationAdvancedSettings
|
|
1262
1262
|
*/
|
|
1263
1263
|
'hpa.cpu.average_utilization_percent'?: number;
|
|
1264
|
+
/**
|
|
1265
|
+
* Percentage value of memory usage at which point pods should scale up.
|
|
1266
|
+
* @type {number}
|
|
1267
|
+
* @memberof ApplicationAdvancedSettings
|
|
1268
|
+
*/
|
|
1269
|
+
'hpa.memory.average_utilization_percent'?: number | null;
|
|
1264
1270
|
/**
|
|
1265
1271
|
* Allows you to set an existing Kubernetes service account name
|
|
1266
1272
|
* @type {string}
|
|
@@ -4964,6 +4970,12 @@ export interface ContainerAdvancedSettings {
|
|
|
4964
4970
|
* @memberof ContainerAdvancedSettings
|
|
4965
4971
|
*/
|
|
4966
4972
|
'hpa.cpu.average_utilization_percent'?: number;
|
|
4973
|
+
/**
|
|
4974
|
+
* Percentage value of memory usage at which point pods should scale up.
|
|
4975
|
+
* @type {number}
|
|
4976
|
+
* @memberof ContainerAdvancedSettings
|
|
4977
|
+
*/
|
|
4978
|
+
'hpa.memory.average_utilization_percent'?: number | null;
|
|
4967
4979
|
/**
|
|
4968
4980
|
* Automount Kubernetes service account token to have access to Kubernetes API from pods
|
|
4969
4981
|
* @type {boolean}
|