@axinom/mosaic-messages 0.28.0-rc.0 → 0.28.0-rc.10
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/dist/generated/schemas/payloads/sdu/commands/index.d.ts +4 -0
- package/dist/generated/schemas/payloads/sdu/commands/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json +6 -1
- package/dist/generated/types/payloads/sdu/types/k8s-config.d.ts +4 -0
- package/dist/generated/types/payloads/sdu/types/k8s-config.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json +6 -1
- package/src/generated/types/payloads/sdu/types/k8s-config.ts +4 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/commands/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/commands/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC"}
|
package/dist/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json
CHANGED
|
@@ -91,7 +91,8 @@
|
|
|
91
91
|
"additionalProperties": false,
|
|
92
92
|
"required": [
|
|
93
93
|
"container_image",
|
|
94
|
-
"fqdn_port_mappings"
|
|
94
|
+
"fqdn_port_mappings",
|
|
95
|
+
"vm_spec_id"
|
|
95
96
|
],
|
|
96
97
|
"properties": {
|
|
97
98
|
"container_image": {
|
|
@@ -128,6 +129,10 @@
|
|
|
128
129
|
}
|
|
129
130
|
}
|
|
130
131
|
},
|
|
132
|
+
"vm_spec_id": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"description": "The VM Spec Type, which is taken as the nodeSelectorLabel"
|
|
135
|
+
},
|
|
131
136
|
"replicas": {
|
|
132
137
|
"type": "integer",
|
|
133
138
|
"description": "Number of pod replicas for the service"
|
|
@@ -12,6 +12,10 @@ export interface K8sConfig {
|
|
|
12
12
|
* An array of an object containing the FQDN to Port number mappings used to configure the ingress rules of the service-deployment
|
|
13
13
|
*/
|
|
14
14
|
fqdn_port_mappings: Array<FqdnPortMapping>;
|
|
15
|
+
/**
|
|
16
|
+
* The VM Spec Type, which is taken as the nodeSelectorLabel
|
|
17
|
+
*/
|
|
18
|
+
vm_spec_id: string;
|
|
15
19
|
/**
|
|
16
20
|
* Number of pod replicas for the service
|
|
17
21
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"k8s-config.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/types/k8s-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,kBAAkB,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC3C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;CACrC"}
|
|
1
|
+
{"version":3,"file":"k8s-config.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/types/k8s-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,kBAAkB,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC3C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;CACrC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.28.0-rc.
|
|
3
|
+
"version": "0.28.0-rc.10",
|
|
4
4
|
"description": "Shared types for Axinom Mosaic service messages",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@axinom/mosaic-cli": "^0.18.4-rc.
|
|
33
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.5.5-rc.
|
|
32
|
+
"@axinom/mosaic-cli": "^0.18.4-rc.10",
|
|
33
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.5.5-rc.10",
|
|
34
34
|
"@types/glob": "^7.1.3",
|
|
35
35
|
"concurrently": "^5.3.0",
|
|
36
36
|
"rimraf": "^3.0.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "896d9e0951c9f8610938ec86dbf271d3aef9c5fc"
|
|
46
46
|
}
|
package/src/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json
CHANGED
|
@@ -91,7 +91,8 @@
|
|
|
91
91
|
"additionalProperties": false,
|
|
92
92
|
"required": [
|
|
93
93
|
"container_image",
|
|
94
|
-
"fqdn_port_mappings"
|
|
94
|
+
"fqdn_port_mappings",
|
|
95
|
+
"vm_spec_id"
|
|
95
96
|
],
|
|
96
97
|
"properties": {
|
|
97
98
|
"container_image": {
|
|
@@ -128,6 +129,10 @@
|
|
|
128
129
|
}
|
|
129
130
|
}
|
|
130
131
|
},
|
|
132
|
+
"vm_spec_id": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"description": "The VM Spec Type, which is taken as the nodeSelectorLabel"
|
|
135
|
+
},
|
|
131
136
|
"replicas": {
|
|
132
137
|
"type": "integer",
|
|
133
138
|
"description": "Number of pod replicas for the service"
|
|
@@ -12,6 +12,10 @@ export interface K8sConfig {
|
|
|
12
12
|
* An array of an object containing the FQDN to Port number mappings used to configure the ingress rules of the service-deployment
|
|
13
13
|
*/
|
|
14
14
|
fqdn_port_mappings: Array<FqdnPortMapping>;
|
|
15
|
+
/**
|
|
16
|
+
* The VM Spec Type, which is taken as the nodeSelectorLabel
|
|
17
|
+
*/
|
|
18
|
+
vm_spec_id: string;
|
|
15
19
|
/**
|
|
16
20
|
* Number of pod replicas for the service
|
|
17
21
|
*/
|