File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ export interface DeploymentStatus {
3838
3939 message ?: string ;
4040
41+ desiredScale ?: number ;
42+
4143}
4244
4345export interface DeploymentVersion {
@@ -60,5 +62,7 @@ export interface DeploymentVersion {
6062
6163 zone ?: string ;
6264
65+ desiredScale ?: number ;
66+
6367}
6468
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments