Skip to content

Commit 5f96b5c

Browse files
author
ControlPlane CI
committed
Sync changes from upstream
1 parent 6969c81 commit 5f96b5c

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@controlplane/schema",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "Control Plane Corporation Schema",
55
"scripts": {
66
"build": "tsc",

src/interfaces/deployment.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export interface DeploymentStatus {
3838

3939
message?: string;
4040

41+
desiredScale?: number;
42+
4143
}
4244

4345
export interface DeploymentVersion {
@@ -60,5 +62,7 @@ export interface DeploymentVersion {
6062

6163
zone?: string;
6264

65+
desiredScale?: number;
66+
6367
}
6468

src/interfaces/gvc.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export interface Gvc {
6868

6969
endpointNamingFormat?: 'default' | 'legacy' | 'org';
7070

71+
aliasWorkloadLink?: string;
72+
7173
tracing?: {
7274
sampling: number;
7375

@@ -289,6 +291,8 @@ export interface GvcSpec {
289291

290292
endpointNamingFormat?: 'default' | 'legacy' | 'org';
291293

294+
aliasWorkloadLink?: string;
295+
292296
tracing?: {
293297
sampling: number;
294298

0 commit comments

Comments
 (0)