sandbox0 0.2.5 → 0.2.7

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.
Files changed (79) hide show
  1. package/README.md +3 -1
  2. package/dist/apispec/src/apis/ApiKeysApi.d.ts +11 -1
  3. package/dist/apispec/src/apis/ApiKeysApi.d.ts.map +1 -1
  4. package/dist/apispec/src/apis/ApiKeysApi.js +32 -1
  5. package/dist/apispec/src/apis/UsersApi.d.ts +31 -1
  6. package/dist/apispec/src/apis/UsersApi.d.ts.map +1 -1
  7. package/dist/apispec/src/apis/UsersApi.js +97 -1
  8. package/dist/apispec/src/models/CreateSSHPublicKeyRequest.d.ts +39 -0
  9. package/dist/apispec/src/models/CreateSSHPublicKeyRequest.d.ts.map +1 -0
  10. package/dist/apispec/src/models/CreateSSHPublicKeyRequest.js +47 -0
  11. package/dist/apispec/src/models/CurrentAPIKeyResponse.d.ts +75 -0
  12. package/dist/apispec/src/models/CurrentAPIKeyResponse.d.ts.map +1 -0
  13. package/dist/apispec/src/models/CurrentAPIKeyResponse.js +71 -0
  14. package/dist/apispec/src/models/PauseSandboxResponse.d.ts +7 -0
  15. package/dist/apispec/src/models/PauseSandboxResponse.d.ts.map +1 -1
  16. package/dist/apispec/src/models/PauseSandboxResponse.js +5 -0
  17. package/dist/apispec/src/models/ResumeSandboxResponse.d.ts +7 -0
  18. package/dist/apispec/src/models/ResumeSandboxResponse.d.ts.map +1 -1
  19. package/dist/apispec/src/models/ResumeSandboxResponse.js +5 -0
  20. package/dist/apispec/src/models/SSHPublicKey.d.ts +75 -0
  21. package/dist/apispec/src/models/SSHPublicKey.d.ts.map +1 -0
  22. package/dist/apispec/src/models/SSHPublicKey.js +69 -0
  23. package/dist/apispec/src/models/Sandbox.d.ts +14 -0
  24. package/dist/apispec/src/models/Sandbox.d.ts.map +1 -1
  25. package/dist/apispec/src/models/Sandbox.js +8 -0
  26. package/dist/apispec/src/models/SandboxPowerState.d.ts +82 -0
  27. package/dist/apispec/src/models/SandboxPowerState.d.ts.map +1 -0
  28. package/dist/apispec/src/models/SandboxPowerState.js +81 -0
  29. package/dist/apispec/src/models/SandboxSSHConnection.d.ts +45 -0
  30. package/dist/apispec/src/models/SandboxSSHConnection.d.ts.map +1 -0
  31. package/dist/apispec/src/models/SandboxSSHConnection.js +51 -0
  32. package/dist/apispec/src/models/SandboxSummary.d.ts +7 -0
  33. package/dist/apispec/src/models/SandboxSummary.d.ts.map +1 -1
  34. package/dist/apispec/src/models/SandboxSummary.js +5 -0
  35. package/dist/apispec/src/models/SandboxTemplateSpec.d.ts +3 -16
  36. package/dist/apispec/src/models/SandboxTemplateSpec.d.ts.map +1 -1
  37. package/dist/apispec/src/models/SandboxTemplateSpec.js +3 -8
  38. package/dist/apispec/src/models/SuccessCurrentAPIKeyResponse.d.ts +40 -0
  39. package/dist/apispec/src/models/SuccessCurrentAPIKeyResponse.d.ts.map +1 -0
  40. package/dist/apispec/src/models/SuccessCurrentAPIKeyResponse.js +46 -0
  41. package/dist/apispec/src/models/SuccessCurrentAPIKeyResponseAllOfData.d.ts +34 -0
  42. package/dist/apispec/src/models/SuccessCurrentAPIKeyResponseAllOfData.d.ts.map +1 -0
  43. package/dist/apispec/src/models/SuccessCurrentAPIKeyResponseAllOfData.js +42 -0
  44. package/dist/apispec/src/models/SuccessSSHPublicKeyListResponse.d.ts +40 -0
  45. package/dist/apispec/src/models/SuccessSSHPublicKeyListResponse.d.ts.map +1 -0
  46. package/dist/apispec/src/models/SuccessSSHPublicKeyListResponse.js +46 -0
  47. package/dist/apispec/src/models/SuccessSSHPublicKeyListResponseAllOfData.d.ts +34 -0
  48. package/dist/apispec/src/models/SuccessSSHPublicKeyListResponseAllOfData.d.ts.map +1 -0
  49. package/dist/apispec/src/models/SuccessSSHPublicKeyListResponseAllOfData.js +42 -0
  50. package/dist/apispec/src/models/SuccessSSHPublicKeyResponse.d.ts +40 -0
  51. package/dist/apispec/src/models/SuccessSSHPublicKeyResponse.d.ts.map +1 -0
  52. package/dist/apispec/src/models/SuccessSSHPublicKeyResponse.js +46 -0
  53. package/dist/apispec/src/models/WarmProcessSpec.d.ts +67 -0
  54. package/dist/apispec/src/models/WarmProcessSpec.d.ts.map +1 -0
  55. package/dist/apispec/src/models/WarmProcessSpec.js +58 -0
  56. package/dist/apispec/src/models/index.d.ts +11 -3
  57. package/dist/apispec/src/models/index.d.ts.map +1 -1
  58. package/dist/apispec/src/models/index.js +11 -3
  59. package/dist/resources/volumes.js +1 -1
  60. package/dist/response_normalize.d.ts.map +1 -1
  61. package/dist/response_normalize.js +1 -2
  62. package/dist/sandbox.js +1 -1
  63. package/dist/sandbox_files.js +1 -1
  64. package/dist/template_helpers.d.ts +7 -20
  65. package/dist/template_helpers.d.ts.map +1 -1
  66. package/dist/template_helpers.js +7 -27
  67. package/dist/ws_client.d.ts +13 -3
  68. package/dist/ws_client.d.ts.map +1 -1
  69. package/dist/ws_client.js +145 -28
  70. package/package.json +1 -1
  71. package/dist/apispec/src/models/ContainerMountSpec.d.ts +0 -45
  72. package/dist/apispec/src/models/ContainerMountSpec.d.ts.map +0 -1
  73. package/dist/apispec/src/models/ContainerMountSpec.js +0 -49
  74. package/dist/apispec/src/models/SharedVolumeSpec.d.ts +0 -69
  75. package/dist/apispec/src/models/SharedVolumeSpec.d.ts.map +0 -1
  76. package/dist/apispec/src/models/SharedVolumeSpec.js +0 -57
  77. package/dist/apispec/src/models/SidecarContainerSpec.d.ts +0 -91
  78. package/dist/apispec/src/models/SidecarContainerSpec.d.ts.map +0 -1
  79. package/dist/apispec/src/models/SidecarContainerSpec.js +0 -69
@@ -1,45 +0,0 @@
1
- /**
2
- * Sandbox0 API
3
- * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
4
- *
5
- * The version of the OpenAPI document: 0.1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface ContainerMountSpec
16
- */
17
- export interface ContainerMountSpec {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof ContainerMountSpec
22
- */
23
- name: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof ContainerMountSpec
28
- */
29
- mountPath: string;
30
- /**
31
- *
32
- * @type {boolean}
33
- * @memberof ContainerMountSpec
34
- */
35
- readOnly?: boolean;
36
- }
37
- /**
38
- * Check if a given object implements the ContainerMountSpec interface.
39
- */
40
- export declare function instanceOfContainerMountSpec(value: object): value is ContainerMountSpec;
41
- export declare function ContainerMountSpecFromJSON(json: any): ContainerMountSpec;
42
- export declare function ContainerMountSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContainerMountSpec;
43
- export declare function ContainerMountSpecToJSON(json: any): ContainerMountSpec;
44
- export declare function ContainerMountSpecToJSONTyped(value?: ContainerMountSpec | null, ignoreDiscriminator?: boolean): any;
45
- //# sourceMappingURL=ContainerMountSpec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContainerMountSpec.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ContainerMountSpec.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAIvF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAExE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kBAAkB,CAU3G;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAEtE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,kBAAkB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1H"}
@@ -1,49 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Sandbox0 API
5
- * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the ContainerMountSpec interface.
16
- */
17
- export function instanceOfContainerMountSpec(value) {
18
- if (!('name' in value) || value['name'] === undefined)
19
- return false;
20
- if (!('mountPath' in value) || value['mountPath'] === undefined)
21
- return false;
22
- return true;
23
- }
24
- export function ContainerMountSpecFromJSON(json) {
25
- return ContainerMountSpecFromJSONTyped(json, false);
26
- }
27
- export function ContainerMountSpecFromJSONTyped(json, ignoreDiscriminator) {
28
- if (json == null) {
29
- return json;
30
- }
31
- return {
32
- 'name': json['name'],
33
- 'mountPath': json['mountPath'],
34
- 'readOnly': json['readOnly'] == null ? undefined : json['readOnly'],
35
- };
36
- }
37
- export function ContainerMountSpecToJSON(json) {
38
- return ContainerMountSpecToJSONTyped(json, false);
39
- }
40
- export function ContainerMountSpecToJSONTyped(value, ignoreDiscriminator = false) {
41
- if (value == null) {
42
- return value;
43
- }
44
- return {
45
- 'name': value['name'],
46
- 'mountPath': value['mountPath'],
47
- 'readOnly': value['readOnly'],
48
- };
49
- }
@@ -1,69 +0,0 @@
1
- /**
2
- * Sandbox0 API
3
- * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
4
- *
5
- * The version of the OpenAPI document: 0.1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface SharedVolumeSpec
16
- */
17
- export interface SharedVolumeSpec {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof SharedVolumeSpec
22
- */
23
- name: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof SharedVolumeSpec
28
- */
29
- sandboxVolumeId?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof SharedVolumeSpec
34
- */
35
- mountPath: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof SharedVolumeSpec
40
- */
41
- cacheSize?: string;
42
- /**
43
- *
44
- * @type {number}
45
- * @memberof SharedVolumeSpec
46
- */
47
- prefetch?: number;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof SharedVolumeSpec
52
- */
53
- bufferSize?: string;
54
- /**
55
- *
56
- * @type {boolean}
57
- * @memberof SharedVolumeSpec
58
- */
59
- writeback?: boolean;
60
- }
61
- /**
62
- * Check if a given object implements the SharedVolumeSpec interface.
63
- */
64
- export declare function instanceOfSharedVolumeSpec(value: object): value is SharedVolumeSpec;
65
- export declare function SharedVolumeSpecFromJSON(json: any): SharedVolumeSpec;
66
- export declare function SharedVolumeSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): SharedVolumeSpec;
67
- export declare function SharedVolumeSpecToJSON(json: any): SharedVolumeSpec;
68
- export declare function SharedVolumeSpecToJSONTyped(value?: SharedVolumeSpec | null, ignoreDiscriminator?: boolean): any;
69
- //# sourceMappingURL=SharedVolumeSpec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SharedVolumeSpec.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SharedVolumeSpec.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAInF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAcvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAetH"}
@@ -1,57 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Sandbox0 API
5
- * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the SharedVolumeSpec interface.
16
- */
17
- export function instanceOfSharedVolumeSpec(value) {
18
- if (!('name' in value) || value['name'] === undefined)
19
- return false;
20
- if (!('mountPath' in value) || value['mountPath'] === undefined)
21
- return false;
22
- return true;
23
- }
24
- export function SharedVolumeSpecFromJSON(json) {
25
- return SharedVolumeSpecFromJSONTyped(json, false);
26
- }
27
- export function SharedVolumeSpecFromJSONTyped(json, ignoreDiscriminator) {
28
- if (json == null) {
29
- return json;
30
- }
31
- return {
32
- 'name': json['name'],
33
- 'sandboxVolumeId': json['sandboxVolumeId'] == null ? undefined : json['sandboxVolumeId'],
34
- 'mountPath': json['mountPath'],
35
- 'cacheSize': json['cacheSize'] == null ? undefined : json['cacheSize'],
36
- 'prefetch': json['prefetch'] == null ? undefined : json['prefetch'],
37
- 'bufferSize': json['bufferSize'] == null ? undefined : json['bufferSize'],
38
- 'writeback': json['writeback'] == null ? undefined : json['writeback'],
39
- };
40
- }
41
- export function SharedVolumeSpecToJSON(json) {
42
- return SharedVolumeSpecToJSONTyped(json, false);
43
- }
44
- export function SharedVolumeSpecToJSONTyped(value, ignoreDiscriminator = false) {
45
- if (value == null) {
46
- return value;
47
- }
48
- return {
49
- 'name': value['name'],
50
- 'sandboxVolumeId': value['sandboxVolumeId'],
51
- 'mountPath': value['mountPath'],
52
- 'cacheSize': value['cacheSize'],
53
- 'prefetch': value['prefetch'],
54
- 'bufferSize': value['bufferSize'],
55
- 'writeback': value['writeback'],
56
- };
57
- }
@@ -1,91 +0,0 @@
1
- /**
2
- * Sandbox0 API
3
- * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
4
- *
5
- * The version of the OpenAPI document: 0.1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { ResourceQuota } from './ResourceQuota.js';
13
- import type { ContainerMountSpec } from './ContainerMountSpec.js';
14
- import type { EnvVar } from './EnvVar.js';
15
- import type { Probe } from './Probe.js';
16
- /**
17
- *
18
- * @export
19
- * @interface SidecarContainerSpec
20
- */
21
- export interface SidecarContainerSpec {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof SidecarContainerSpec
26
- */
27
- name: string;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof SidecarContainerSpec
32
- */
33
- image: string;
34
- /**
35
- *
36
- * @type {Array<string>}
37
- * @memberof SidecarContainerSpec
38
- */
39
- command?: Array<string>;
40
- /**
41
- *
42
- * @type {Array<string>}
43
- * @memberof SidecarContainerSpec
44
- */
45
- args?: Array<string>;
46
- /**
47
- *
48
- * @type {Array<EnvVar>}
49
- * @memberof SidecarContainerSpec
50
- */
51
- env?: Array<EnvVar>;
52
- /**
53
- *
54
- * @type {ResourceQuota}
55
- * @memberof SidecarContainerSpec
56
- */
57
- resources: ResourceQuota;
58
- /**
59
- *
60
- * @type {Array<ContainerMountSpec>}
61
- * @memberof SidecarContainerSpec
62
- */
63
- mounts?: Array<ContainerMountSpec>;
64
- /**
65
- *
66
- * @type {Probe}
67
- * @memberof SidecarContainerSpec
68
- */
69
- readinessProbe?: Probe;
70
- /**
71
- *
72
- * @type {Probe}
73
- * @memberof SidecarContainerSpec
74
- */
75
- livenessProbe?: Probe;
76
- /**
77
- *
78
- * @type {Probe}
79
- * @memberof SidecarContainerSpec
80
- */
81
- startupProbe?: Probe;
82
- }
83
- /**
84
- * Check if a given object implements the SidecarContainerSpec interface.
85
- */
86
- export declare function instanceOfSidecarContainerSpec(value: object): value is SidecarContainerSpec;
87
- export declare function SidecarContainerSpecFromJSON(json: any): SidecarContainerSpec;
88
- export declare function SidecarContainerSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): SidecarContainerSpec;
89
- export declare function SidecarContainerSpecToJSON(json: any): SidecarContainerSpec;
90
- export declare function SidecarContainerSpecToJSONTyped(value?: SidecarContainerSpec | null, ignoreDiscriminator?: boolean): any;
91
- //# sourceMappingURL=SidecarContainerSpec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SidecarContainerSpec.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SidecarContainerSpec.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAOrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAO/D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAOvC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAQrC;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB;;;;OAIG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB;;;;OAIG;IACH,SAAS,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IACnC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAK3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAiB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkB9H"}
@@ -1,69 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Sandbox0 API
5
- * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- import { ResourceQuotaFromJSON, ResourceQuotaToJSON, } from './ResourceQuota.js';
15
- import { ContainerMountSpecFromJSON, ContainerMountSpecToJSON, } from './ContainerMountSpec.js';
16
- import { EnvVarFromJSON, EnvVarToJSON, } from './EnvVar.js';
17
- import { ProbeFromJSON, ProbeToJSON, } from './Probe.js';
18
- /**
19
- * Check if a given object implements the SidecarContainerSpec interface.
20
- */
21
- export function instanceOfSidecarContainerSpec(value) {
22
- if (!('name' in value) || value['name'] === undefined)
23
- return false;
24
- if (!('image' in value) || value['image'] === undefined)
25
- return false;
26
- if (!('resources' in value) || value['resources'] === undefined)
27
- return false;
28
- return true;
29
- }
30
- export function SidecarContainerSpecFromJSON(json) {
31
- return SidecarContainerSpecFromJSONTyped(json, false);
32
- }
33
- export function SidecarContainerSpecFromJSONTyped(json, ignoreDiscriminator) {
34
- if (json == null) {
35
- return json;
36
- }
37
- return {
38
- 'name': json['name'],
39
- 'image': json['image'],
40
- 'command': json['command'] == null ? undefined : json['command'],
41
- 'args': json['args'] == null ? undefined : json['args'],
42
- 'env': json['env'] == null ? undefined : (json['env'].map(EnvVarFromJSON)),
43
- 'resources': ResourceQuotaFromJSON(json['resources']),
44
- 'mounts': json['mounts'] == null ? undefined : (json['mounts'].map(ContainerMountSpecFromJSON)),
45
- 'readinessProbe': json['readinessProbe'] == null ? undefined : ProbeFromJSON(json['readinessProbe']),
46
- 'livenessProbe': json['livenessProbe'] == null ? undefined : ProbeFromJSON(json['livenessProbe']),
47
- 'startupProbe': json['startupProbe'] == null ? undefined : ProbeFromJSON(json['startupProbe']),
48
- };
49
- }
50
- export function SidecarContainerSpecToJSON(json) {
51
- return SidecarContainerSpecToJSONTyped(json, false);
52
- }
53
- export function SidecarContainerSpecToJSONTyped(value, ignoreDiscriminator = false) {
54
- if (value == null) {
55
- return value;
56
- }
57
- return {
58
- 'name': value['name'],
59
- 'image': value['image'],
60
- 'command': value['command'],
61
- 'args': value['args'],
62
- 'env': value['env'] == null ? undefined : (value['env'].map(EnvVarToJSON)),
63
- 'resources': ResourceQuotaToJSON(value['resources']),
64
- 'mounts': value['mounts'] == null ? undefined : (value['mounts'].map(ContainerMountSpecToJSON)),
65
- 'readinessProbe': ProbeToJSON(value['readinessProbe']),
66
- 'livenessProbe': ProbeToJSON(value['livenessProbe']),
67
- 'startupProbe': ProbeToJSON(value['startupProbe']),
68
- };
69
- }