Skip to content

Commit a63d991

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@d21d742 from refs/heads/main
1 parent d16c52a commit a63d991

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

api.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,6 +1796,12 @@ export interface Cluster {
17961796
* @memberof Cluster
17971797
*/
17981798
'instance_type'?: string;
1799+
/**
1800+
* the disk size to be used for the node configuration
1801+
* @type {number}
1802+
* @memberof Cluster
1803+
*/
1804+
'disk_size'?: number;
17991805
/**
18001806
* This is an estimation of the cost this cluster will represent on your cloud proider bill, based on your current configuration
18011807
* @type {number}
@@ -1942,6 +1948,12 @@ export interface ClusterBase {
19421948
* @memberof ClusterBase
19431949
*/
19441950
'instance_type'?: string;
1951+
/**
1952+
* the disk size to be used for the node configuration
1953+
* @type {number}
1954+
* @memberof ClusterBase
1955+
*/
1956+
'disk_size'?: number;
19451957
}
19461958
/**
19471959
*
@@ -2332,6 +2344,12 @@ export interface ClusterRequest {
23322344
* @memberof ClusterRequest
23332345
*/
23342346
'instance_type'?: string;
2347+
/**
2348+
* the disk size to be used for the node configuration
2349+
* @type {number}
2350+
* @memberof ClusterRequest
2351+
*/
2352+
'disk_size'?: number;
23352353
/**
23362354
*
23372355
* @type {Array<ClusterFeatureRequestFeatures>}

0 commit comments

Comments
 (0)