kurtosis-sdk 0.52.3 → 0.52.4
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/build/core/kurtosis_core_rpc_api_bindings/api_container_service_pb.js +1 -1
- package/build/engine/kurtosis_engine_rpc_api_bindings/engine_service_grpc_pb.js +2 -1
- package/build/engine/kurtosis_engine_rpc_api_bindings/engine_service_grpc_web_pb.js +2 -0
- package/build/engine/kurtosis_engine_rpc_api_bindings/engine_service_pb.d.ts +7 -0
- package/build/engine/kurtosis_engine_rpc_api_bindings/engine_service_pb.js +54 -1
- package/build/kurtosis_version/kurtosis_version.js +1 -1
- package/package.json +1 -1
|
@@ -1840,7 +1840,7 @@ proto.api_container_api.ServiceConfig.serializeBinaryToWriter = function(message
|
|
|
1840
1840
|
|
|
1841
1841
|
|
|
1842
1842
|
/**
|
|
1843
|
-
* optional string
|
|
1843
|
+
* optional string image = 1;
|
|
1844
1844
|
* @return {string}
|
|
1845
1845
|
*/
|
|
1846
1846
|
proto.api_container_api.ServiceConfig.prototype.getContainerImageName = function() {
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
var grpc = require('@grpc/grpc-js');
|
|
5
5
|
var engine_service_pb = require('./engine_service_pb.js');
|
|
6
6
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
|
|
7
|
+
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
|
|
7
8
|
|
|
8
9
|
function serialize_engine_api_CleanArgs(arg) {
|
|
9
10
|
if (!(arg instanceof engine_service_pb.CleanArgs)) {
|
|
@@ -203,7 +204,7 @@ clean: {
|
|
|
203
204
|
responseSerialize: serialize_engine_api_CleanResponse,
|
|
204
205
|
responseDeserialize: deserialize_engine_api_CleanResponse,
|
|
205
206
|
},
|
|
206
|
-
// Get
|
|
207
|
+
// Get service logs
|
|
207
208
|
getServiceLogs: {
|
|
208
209
|
path: '/engine_api.EngineService/GetServiceLogs',
|
|
209
210
|
requestStream: false,
|
|
@@ -21,6 +21,8 @@ grpc.web = require('grpc-web');
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
|
|
24
|
+
|
|
25
|
+
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js')
|
|
24
26
|
const proto = {};
|
|
25
27
|
proto.engine_api = require('./engine_service_pb.js');
|
|
26
28
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as jspb from 'google-protobuf'
|
|
2
2
|
|
|
3
3
|
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
|
|
4
|
+
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
export class GetEngineInfoResponse extends jspb.Message {
|
|
@@ -147,6 +148,11 @@ export class EnclaveInfo extends jspb.Message {
|
|
|
147
148
|
hasApiContainerHostMachineInfo(): boolean;
|
|
148
149
|
clearApiContainerHostMachineInfo(): EnclaveInfo;
|
|
149
150
|
|
|
151
|
+
getCreationTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
152
|
+
setCreationTime(value?: google_protobuf_timestamp_pb.Timestamp): EnclaveInfo;
|
|
153
|
+
hasCreationTime(): boolean;
|
|
154
|
+
clearCreationTime(): EnclaveInfo;
|
|
155
|
+
|
|
150
156
|
serializeBinary(): Uint8Array;
|
|
151
157
|
toObject(includeInstance?: boolean): EnclaveInfo.AsObject;
|
|
152
158
|
static toObject(includeInstance: boolean, msg: EnclaveInfo): EnclaveInfo.AsObject;
|
|
@@ -162,6 +168,7 @@ export namespace EnclaveInfo {
|
|
|
162
168
|
apiContainerStatus: EnclaveAPIContainerStatus,
|
|
163
169
|
apiContainerInfo?: EnclaveAPIContainerInfo.AsObject,
|
|
164
170
|
apiContainerHostMachineInfo?: EnclaveAPIContainerHostMachineInfo.AsObject,
|
|
171
|
+
creationTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
165
172
|
}
|
|
166
173
|
}
|
|
167
174
|
|
|
@@ -17,6 +17,8 @@ var global = Function('return this')();
|
|
|
17
17
|
|
|
18
18
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
|
|
19
19
|
goog.object.extend(proto, google_protobuf_empty_pb);
|
|
20
|
+
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
|
|
21
|
+
goog.object.extend(proto, google_protobuf_timestamp_pb);
|
|
20
22
|
goog.exportSymbol('proto.engine_api.CleanArgs', null, global);
|
|
21
23
|
goog.exportSymbol('proto.engine_api.CleanResponse', null, global);
|
|
22
24
|
goog.exportSymbol('proto.engine_api.CreateEnclaveArgs', null, global);
|
|
@@ -1274,7 +1276,8 @@ proto.engine_api.EnclaveInfo.toObject = function(includeInstance, msg) {
|
|
|
1274
1276
|
containersStatus: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
1275
1277
|
apiContainerStatus: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
1276
1278
|
apiContainerInfo: (f = msg.getApiContainerInfo()) && proto.engine_api.EnclaveAPIContainerInfo.toObject(includeInstance, f),
|
|
1277
|
-
apiContainerHostMachineInfo: (f = msg.getApiContainerHostMachineInfo()) && proto.engine_api.EnclaveAPIContainerHostMachineInfo.toObject(includeInstance, f)
|
|
1279
|
+
apiContainerHostMachineInfo: (f = msg.getApiContainerHostMachineInfo()) && proto.engine_api.EnclaveAPIContainerHostMachineInfo.toObject(includeInstance, f),
|
|
1280
|
+
creationTime: (f = msg.getCreationTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
1278
1281
|
};
|
|
1279
1282
|
|
|
1280
1283
|
if (includeInstance) {
|
|
@@ -1333,6 +1336,11 @@ proto.engine_api.EnclaveInfo.deserializeBinaryFromReader = function(msg, reader)
|
|
|
1333
1336
|
reader.readMessage(value,proto.engine_api.EnclaveAPIContainerHostMachineInfo.deserializeBinaryFromReader);
|
|
1334
1337
|
msg.setApiContainerHostMachineInfo(value);
|
|
1335
1338
|
break;
|
|
1339
|
+
case 6:
|
|
1340
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
1341
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
1342
|
+
msg.setCreationTime(value);
|
|
1343
|
+
break;
|
|
1336
1344
|
default:
|
|
1337
1345
|
reader.skipField();
|
|
1338
1346
|
break;
|
|
@@ -1399,6 +1407,14 @@ proto.engine_api.EnclaveInfo.serializeBinaryToWriter = function(message, writer)
|
|
|
1399
1407
|
proto.engine_api.EnclaveAPIContainerHostMachineInfo.serializeBinaryToWriter
|
|
1400
1408
|
);
|
|
1401
1409
|
}
|
|
1410
|
+
f = message.getCreationTime();
|
|
1411
|
+
if (f != null) {
|
|
1412
|
+
writer.writeMessage(
|
|
1413
|
+
6,
|
|
1414
|
+
f,
|
|
1415
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
1416
|
+
);
|
|
1417
|
+
}
|
|
1402
1418
|
};
|
|
1403
1419
|
|
|
1404
1420
|
|
|
@@ -1530,6 +1546,43 @@ proto.engine_api.EnclaveInfo.prototype.hasApiContainerHostMachineInfo = function
|
|
|
1530
1546
|
};
|
|
1531
1547
|
|
|
1532
1548
|
|
|
1549
|
+
/**
|
|
1550
|
+
* optional google.protobuf.Timestamp creation_time = 6;
|
|
1551
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
1552
|
+
*/
|
|
1553
|
+
proto.engine_api.EnclaveInfo.prototype.getCreationTime = function() {
|
|
1554
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
1555
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
|
|
1556
|
+
};
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
/**
|
|
1560
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
1561
|
+
* @return {!proto.engine_api.EnclaveInfo} returns this
|
|
1562
|
+
*/
|
|
1563
|
+
proto.engine_api.EnclaveInfo.prototype.setCreationTime = function(value) {
|
|
1564
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
/**
|
|
1569
|
+
* Clears the message field making it undefined.
|
|
1570
|
+
* @return {!proto.engine_api.EnclaveInfo} returns this
|
|
1571
|
+
*/
|
|
1572
|
+
proto.engine_api.EnclaveInfo.prototype.clearCreationTime = function() {
|
|
1573
|
+
return this.setCreationTime(undefined);
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
/**
|
|
1578
|
+
* Returns whether this field is set.
|
|
1579
|
+
* @return {boolean}
|
|
1580
|
+
*/
|
|
1581
|
+
proto.engine_api.EnclaveInfo.prototype.hasCreationTime = function() {
|
|
1582
|
+
return jspb.Message.getField(this, 6) != null;
|
|
1583
|
+
};
|
|
1584
|
+
|
|
1585
|
+
|
|
1533
1586
|
|
|
1534
1587
|
|
|
1535
1588
|
|
|
@@ -4,5 +4,5 @@ exports.KURTOSIS_VERSION = void 0;
|
|
|
4
4
|
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
|
|
5
5
|
// This is necessary so that Kurt Core consumers (e.g. modules) will know if they're compatible with the currently-running
|
|
6
6
|
// API container
|
|
7
|
-
exports.KURTOSIS_VERSION = "0.52.
|
|
7
|
+
exports.KURTOSIS_VERSION = "0.52.4";
|
|
8
8
|
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kurtosis-sdk",
|
|
3
3
|
"//": "NOTE: DO NOT UPDATE THIS VERSION MANUALLY - IT WILL BE UPDATED DURING THE RELEASE PROCESS!",
|
|
4
|
-
"version": "0.52.
|
|
4
|
+
"version": "0.52.4",
|
|
5
5
|
"main": "./build/index",
|
|
6
6
|
"description": "This repo contains a Typescript client for communicating with the Kurtosis Engine server, which is responsible for creating, managing and destroying Kurtosis Enclaves.",
|
|
7
7
|
"types": "./build/index",
|