@octelium/apis 1.0.0-pre.20260521.3 → 1.0.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.
|
@@ -395,6 +395,14 @@ export interface Workspace_Spec_Runtime {
|
|
|
395
395
|
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Filesystem filesystem = 9
|
|
396
396
|
*/
|
|
397
397
|
filesystem?: Workspace_Spec_Runtime_Filesystem;
|
|
398
|
+
/**
|
|
399
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Capabilities capabilities = 10
|
|
400
|
+
*/
|
|
401
|
+
capabilities?: Workspace_Spec_Runtime_Capabilities;
|
|
402
|
+
/**
|
|
403
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Timeout timeout = 11
|
|
404
|
+
*/
|
|
405
|
+
timeout?: Workspace_Spec_Runtime_Timeout;
|
|
398
406
|
}
|
|
399
407
|
/**
|
|
400
408
|
* @generated from protobuf message octelium.api.main.cordium.v1.Workspace.Spec.Runtime.EnvVar
|
|
@@ -612,6 +620,45 @@ export interface Workspace_Spec_Runtime_Filesystem {
|
|
|
612
620
|
*/
|
|
613
621
|
readOnly: boolean;
|
|
614
622
|
}
|
|
623
|
+
/**
|
|
624
|
+
* @generated from protobuf message octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Capabilities
|
|
625
|
+
*/
|
|
626
|
+
export interface Workspace_Spec_Runtime_Capabilities {
|
|
627
|
+
/**
|
|
628
|
+
* @generated from protobuf field: repeated string add = 1
|
|
629
|
+
*/
|
|
630
|
+
add: string[];
|
|
631
|
+
/**
|
|
632
|
+
* @generated from protobuf field: repeated string drop = 2
|
|
633
|
+
*/
|
|
634
|
+
drop: string[];
|
|
635
|
+
}
|
|
636
|
+
/**
|
|
637
|
+
* @generated from protobuf message octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Timeout
|
|
638
|
+
*/
|
|
639
|
+
export interface Workspace_Spec_Runtime_Timeout {
|
|
640
|
+
/**
|
|
641
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Timeout.Mode mode = 1
|
|
642
|
+
*/
|
|
643
|
+
mode: Workspace_Spec_Runtime_Timeout_Mode;
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* @generated from protobuf enum octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Timeout.Mode
|
|
647
|
+
*/
|
|
648
|
+
export declare enum Workspace_Spec_Runtime_Timeout_Mode {
|
|
649
|
+
/**
|
|
650
|
+
* @generated from protobuf enum value: MODE_UNSET = 0;
|
|
651
|
+
*/
|
|
652
|
+
MODE_UNSET = 0,
|
|
653
|
+
/**
|
|
654
|
+
* @generated from protobuf enum value: DEFAULT = 1;
|
|
655
|
+
*/
|
|
656
|
+
DEFAULT = 1,
|
|
657
|
+
/**
|
|
658
|
+
* @generated from protobuf enum value: DISABLED = 2;
|
|
659
|
+
*/
|
|
660
|
+
DISABLED = 2
|
|
661
|
+
}
|
|
615
662
|
/**
|
|
616
663
|
* @generated from protobuf message octelium.api.main.cordium.v1.Workspace.Spec.Application
|
|
617
664
|
*/
|
|
@@ -787,9 +834,13 @@ export interface Workspace_Status {
|
|
|
787
834
|
*/
|
|
788
835
|
lastStoppingReason: Workspace_Status_StoppingReason;
|
|
789
836
|
/**
|
|
790
|
-
* @generated from protobuf field:
|
|
837
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Status.Run run = 24
|
|
838
|
+
*/
|
|
839
|
+
run?: Workspace_Status_Run;
|
|
840
|
+
/**
|
|
841
|
+
* @generated from protobuf field: repeated octelium.api.main.cordium.v1.Workspace.Status.Run lastRuns = 25
|
|
791
842
|
*/
|
|
792
|
-
|
|
843
|
+
lastRuns: Workspace_Status_Run[];
|
|
793
844
|
}
|
|
794
845
|
/**
|
|
795
846
|
* @generated from protobuf message octelium.api.main.cordium.v1.Workspace.Status.Failure
|
|
@@ -1027,6 +1078,10 @@ export interface Workspace_Status_Run {
|
|
|
1027
1078
|
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Status.Failure failure = 4
|
|
1028
1079
|
*/
|
|
1029
1080
|
failure?: Workspace_Status_Failure;
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.StartWorkspaceRequest.Config config = 5
|
|
1083
|
+
*/
|
|
1084
|
+
config?: StartWorkspaceRequest_Config;
|
|
1030
1085
|
}
|
|
1031
1086
|
/**
|
|
1032
1087
|
* @generated from protobuf enum octelium.api.main.cordium.v1.Workspace.Status.State
|
|
@@ -1369,6 +1424,19 @@ export interface StartWorkspaceRequest {
|
|
|
1369
1424
|
* @generated from protobuf field: octelium.api.main.meta.v1.ObjectReference workspaceRef = 1
|
|
1370
1425
|
*/
|
|
1371
1426
|
workspaceRef?: ObjectReference;
|
|
1427
|
+
/**
|
|
1428
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.StartWorkspaceRequest.Config config = 3
|
|
1429
|
+
*/
|
|
1430
|
+
config?: StartWorkspaceRequest_Config;
|
|
1431
|
+
}
|
|
1432
|
+
/**
|
|
1433
|
+
* @generated from protobuf message octelium.api.main.cordium.v1.StartWorkspaceRequest.Config
|
|
1434
|
+
*/
|
|
1435
|
+
export interface StartWorkspaceRequest_Config {
|
|
1436
|
+
/**
|
|
1437
|
+
* @generated from protobuf field: repeated octelium.api.main.cordium.v1.Workspace.Spec.Var vars = 1
|
|
1438
|
+
*/
|
|
1439
|
+
vars: Workspace_Spec_Var[];
|
|
1372
1440
|
/**
|
|
1373
1441
|
* @generated from protobuf field: octelium.api.main.meta.v1.ObjectReference regionRef = 2
|
|
1374
1442
|
*/
|
|
@@ -1659,6 +1727,10 @@ export interface Space_Spec_Runtime {
|
|
|
1659
1727
|
* @generated from protobuf field: repeated octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Task tasks = 2
|
|
1660
1728
|
*/
|
|
1661
1729
|
tasks: Workspace_Spec_Runtime_Task[];
|
|
1730
|
+
/**
|
|
1731
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Capabilities capabilities = 3
|
|
1732
|
+
*/
|
|
1733
|
+
capabilities?: Workspace_Spec_Runtime_Capabilities;
|
|
1662
1734
|
}
|
|
1663
1735
|
/**
|
|
1664
1736
|
* @generated from protobuf message octelium.api.main.cordium.v1.Space.Spec.Authorization
|
|
@@ -3221,6 +3293,10 @@ export interface ClusterConfig_Spec_Workspace {
|
|
|
3221
3293
|
* @generated from protobuf field: octelium.api.main.cordium.v1.ClusterConfig.Spec.Workspace.Timeout timeout = 3
|
|
3222
3294
|
*/
|
|
3223
3295
|
timeout?: ClusterConfig_Spec_Workspace_Timeout;
|
|
3296
|
+
/**
|
|
3297
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.ClusterConfig.Spec.Workspace.Runtime runtime = 4
|
|
3298
|
+
*/
|
|
3299
|
+
runtime?: ClusterConfig_Spec_Workspace_Runtime;
|
|
3224
3300
|
}
|
|
3225
3301
|
/**
|
|
3226
3302
|
* @generated from protobuf message octelium.api.main.cordium.v1.ClusterConfig.Spec.Workspace.Storage
|
|
@@ -3328,6 +3404,19 @@ export interface ClusterConfig_Spec_Workspace_Timeout {
|
|
|
3328
3404
|
* @generated from protobuf field: octelium.api.main.meta.v1.Duration maxActiveDuration = 4
|
|
3329
3405
|
*/
|
|
3330
3406
|
maxActiveDuration?: Duration;
|
|
3407
|
+
/**
|
|
3408
|
+
* @generated from protobuf field: bool allowNoTimeout = 5
|
|
3409
|
+
*/
|
|
3410
|
+
allowNoTimeout: boolean;
|
|
3411
|
+
}
|
|
3412
|
+
/**
|
|
3413
|
+
* @generated from protobuf message octelium.api.main.cordium.v1.ClusterConfig.Spec.Workspace.Runtime
|
|
3414
|
+
*/
|
|
3415
|
+
export interface ClusterConfig_Spec_Workspace_Runtime {
|
|
3416
|
+
/**
|
|
3417
|
+
* @generated from protobuf field: octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Capabilities capabilities = 1
|
|
3418
|
+
*/
|
|
3419
|
+
capabilities?: Workspace_Spec_Runtime_Capabilities;
|
|
3331
3420
|
}
|
|
3332
3421
|
/**
|
|
3333
3422
|
* @generated from protobuf message octelium.api.main.cordium.v1.ClusterConfig.Status
|
|
@@ -3777,6 +3866,26 @@ declare class Workspace_Spec_Runtime_Filesystem$Type extends MessageType<Workspa
|
|
|
3777
3866
|
* @generated MessageType for protobuf message octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Filesystem
|
|
3778
3867
|
*/
|
|
3779
3868
|
export declare const Workspace_Spec_Runtime_Filesystem: Workspace_Spec_Runtime_Filesystem$Type;
|
|
3869
|
+
declare class Workspace_Spec_Runtime_Capabilities$Type extends MessageType<Workspace_Spec_Runtime_Capabilities> {
|
|
3870
|
+
constructor();
|
|
3871
|
+
create(value?: PartialMessage<Workspace_Spec_Runtime_Capabilities>): Workspace_Spec_Runtime_Capabilities;
|
|
3872
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Workspace_Spec_Runtime_Capabilities): Workspace_Spec_Runtime_Capabilities;
|
|
3873
|
+
internalBinaryWrite(message: Workspace_Spec_Runtime_Capabilities, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
3874
|
+
}
|
|
3875
|
+
/**
|
|
3876
|
+
* @generated MessageType for protobuf message octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Capabilities
|
|
3877
|
+
*/
|
|
3878
|
+
export declare const Workspace_Spec_Runtime_Capabilities: Workspace_Spec_Runtime_Capabilities$Type;
|
|
3879
|
+
declare class Workspace_Spec_Runtime_Timeout$Type extends MessageType<Workspace_Spec_Runtime_Timeout> {
|
|
3880
|
+
constructor();
|
|
3881
|
+
create(value?: PartialMessage<Workspace_Spec_Runtime_Timeout>): Workspace_Spec_Runtime_Timeout;
|
|
3882
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Workspace_Spec_Runtime_Timeout): Workspace_Spec_Runtime_Timeout;
|
|
3883
|
+
internalBinaryWrite(message: Workspace_Spec_Runtime_Timeout, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
3884
|
+
}
|
|
3885
|
+
/**
|
|
3886
|
+
* @generated MessageType for protobuf message octelium.api.main.cordium.v1.Workspace.Spec.Runtime.Timeout
|
|
3887
|
+
*/
|
|
3888
|
+
export declare const Workspace_Spec_Runtime_Timeout: Workspace_Spec_Runtime_Timeout$Type;
|
|
3780
3889
|
declare class Workspace_Spec_Application$Type extends MessageType<Workspace_Spec_Application> {
|
|
3781
3890
|
constructor();
|
|
3782
3891
|
create(value?: PartialMessage<Workspace_Spec_Application>): Workspace_Spec_Application;
|
|
@@ -4167,6 +4276,16 @@ declare class StartWorkspaceRequest$Type extends MessageType<StartWorkspaceReque
|
|
|
4167
4276
|
* @generated MessageType for protobuf message octelium.api.main.cordium.v1.StartWorkspaceRequest
|
|
4168
4277
|
*/
|
|
4169
4278
|
export declare const StartWorkspaceRequest: StartWorkspaceRequest$Type;
|
|
4279
|
+
declare class StartWorkspaceRequest_Config$Type extends MessageType<StartWorkspaceRequest_Config> {
|
|
4280
|
+
constructor();
|
|
4281
|
+
create(value?: PartialMessage<StartWorkspaceRequest_Config>): StartWorkspaceRequest_Config;
|
|
4282
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StartWorkspaceRequest_Config): StartWorkspaceRequest_Config;
|
|
4283
|
+
internalBinaryWrite(message: StartWorkspaceRequest_Config, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
4284
|
+
}
|
|
4285
|
+
/**
|
|
4286
|
+
* @generated MessageType for protobuf message octelium.api.main.cordium.v1.StartWorkspaceRequest.Config
|
|
4287
|
+
*/
|
|
4288
|
+
export declare const StartWorkspaceRequest_Config: StartWorkspaceRequest_Config$Type;
|
|
4170
4289
|
declare class StartWorkspaceResponse$Type extends MessageType<StartWorkspaceResponse> {
|
|
4171
4290
|
constructor();
|
|
4172
4291
|
create(value?: PartialMessage<StartWorkspaceResponse>): StartWorkspaceResponse;
|
|
@@ -5288,6 +5407,16 @@ declare class ClusterConfig_Spec_Workspace_Timeout$Type extends MessageType<Clus
|
|
|
5288
5407
|
* @generated MessageType for protobuf message octelium.api.main.cordium.v1.ClusterConfig.Spec.Workspace.Timeout
|
|
5289
5408
|
*/
|
|
5290
5409
|
export declare const ClusterConfig_Spec_Workspace_Timeout: ClusterConfig_Spec_Workspace_Timeout$Type;
|
|
5410
|
+
declare class ClusterConfig_Spec_Workspace_Runtime$Type extends MessageType<ClusterConfig_Spec_Workspace_Runtime> {
|
|
5411
|
+
constructor();
|
|
5412
|
+
create(value?: PartialMessage<ClusterConfig_Spec_Workspace_Runtime>): ClusterConfig_Spec_Workspace_Runtime;
|
|
5413
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ClusterConfig_Spec_Workspace_Runtime): ClusterConfig_Spec_Workspace_Runtime;
|
|
5414
|
+
internalBinaryWrite(message: ClusterConfig_Spec_Workspace_Runtime, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
5415
|
+
}
|
|
5416
|
+
/**
|
|
5417
|
+
* @generated MessageType for protobuf message octelium.api.main.cordium.v1.ClusterConfig.Spec.Workspace.Runtime
|
|
5418
|
+
*/
|
|
5419
|
+
export declare const ClusterConfig_Spec_Workspace_Runtime: ClusterConfig_Spec_Workspace_Runtime$Type;
|
|
5291
5420
|
declare class ClusterConfig_Status$Type extends MessageType<ClusterConfig_Status> {
|
|
5292
5421
|
constructor();
|
|
5293
5422
|
create(value?: PartialMessage<ClusterConfig_Status>): ClusterConfig_Status;
|