kb-cloud-client-typescript 2.3.0-alpha.178 → 2.3.0-alpha.179
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.
|
@@ -29,6 +29,18 @@ export interface BlueGreenDeploymentItem {
|
|
|
29
29
|
* @memberof BlueGreenDeploymentItem
|
|
30
30
|
*/
|
|
31
31
|
'deploymentName'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof BlueGreenDeploymentItem
|
|
36
|
+
*/
|
|
37
|
+
'blueClusterVersion'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof BlueGreenDeploymentItem
|
|
42
|
+
*/
|
|
43
|
+
'greenClusterVersion'?: string;
|
|
32
44
|
/**
|
|
33
45
|
*
|
|
34
46
|
* @type {ClusterListItem}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blue-green-deployment-item.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/blue-green-deployment-item.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,yBAAyB,CAAC;IAC/C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
1
|
+
{"version":3,"file":"blue-green-deployment-item.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/blue-green-deployment-item.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,yBAAyB,CAAC;IAC/C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
package/package.json
CHANGED
|
@@ -38,6 +38,18 @@ export interface BlueGreenDeploymentItem {
|
|
|
38
38
|
* @memberof BlueGreenDeploymentItem
|
|
39
39
|
*/
|
|
40
40
|
'deploymentName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof BlueGreenDeploymentItem
|
|
45
|
+
*/
|
|
46
|
+
'blueClusterVersion'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof BlueGreenDeploymentItem
|
|
51
|
+
*/
|
|
52
|
+
'greenClusterVersion'?: string;
|
|
41
53
|
/**
|
|
42
54
|
*
|
|
43
55
|
* @type {ClusterListItem}
|
package/src/openapi.yaml
CHANGED
|
@@ -35437,6 +35437,10 @@ components:
|
|
|
35437
35437
|
deploymentName:
|
|
35438
35438
|
description: The name of the blue-green deployment.
|
|
35439
35439
|
type: string
|
|
35440
|
+
blueClusterVersion:
|
|
35441
|
+
type: string
|
|
35442
|
+
greenClusterVersion:
|
|
35443
|
+
type: string
|
|
35440
35444
|
blueCluster:
|
|
35441
35445
|
$ref: '#/components/schemas/clusterListItem'
|
|
35442
35446
|
greenCluster:
|