qovery-typescript-axios 1.1.910 → 1.1.911
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 +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -5467,6 +5467,12 @@ export interface ClusterFeatureGcpExistingVpc {
|
|
|
5467
5467
|
* @memberof ClusterFeatureGcpExistingVpc
|
|
5468
5468
|
*/
|
|
5469
5469
|
'additional_ip_range_pods_names'?: Array<string>;
|
|
5470
|
+
/**
|
|
5471
|
+
*
|
|
5472
|
+
* @type {boolean}
|
|
5473
|
+
* @memberof ClusterFeatureGcpExistingVpc
|
|
5474
|
+
*/
|
|
5475
|
+
'private_nodes'?: boolean;
|
|
5470
5476
|
}
|
|
5471
5477
|
/**
|
|
5472
5478
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -5308,6 +5308,12 @@ export interface ClusterFeatureGcpExistingVpc {
|
|
|
5308
5308
|
* @memberof ClusterFeatureGcpExistingVpc
|
|
5309
5309
|
*/
|
|
5310
5310
|
'additional_ip_range_pods_names'?: Array<string>;
|
|
5311
|
+
/**
|
|
5312
|
+
*
|
|
5313
|
+
* @type {boolean}
|
|
5314
|
+
* @memberof ClusterFeatureGcpExistingVpc
|
|
5315
|
+
*/
|
|
5316
|
+
'private_nodes'?: boolean;
|
|
5311
5317
|
}
|
|
5312
5318
|
/**
|
|
5313
5319
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -5308,6 +5308,12 @@ export interface ClusterFeatureGcpExistingVpc {
|
|
|
5308
5308
|
* @memberof ClusterFeatureGcpExistingVpc
|
|
5309
5309
|
*/
|
|
5310
5310
|
'additional_ip_range_pods_names'?: Array<string>;
|
|
5311
|
+
/**
|
|
5312
|
+
*
|
|
5313
|
+
* @type {boolean}
|
|
5314
|
+
* @memberof ClusterFeatureGcpExistingVpc
|
|
5315
|
+
*/
|
|
5316
|
+
'private_nodes'?: boolean;
|
|
5311
5317
|
}
|
|
5312
5318
|
/**
|
|
5313
5319
|
*
|