Skip to content

Commit f604015

Browse files
committed
feat: update generated APIs
1 parent c452ae4 commit f604015

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages_generated/k8s/src/v1/marshalling.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const unmarshalVersion = (data: unknown): Version => {
127127
label: data.label,
128128
name: data.name,
129129
region: data.region,
130+
releasedAt: unmarshalDate(data.released_at),
130131
} as Version
131132
}
132133

packages_generated/k8s/src/v1/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ export interface Version {
632632
* Date from which any remaining clusters on this version will begin to be forcibly upgraded to the next minor version.
633633
*/
634634
endOfLifeAt?: Date
635+
/**
636+
* Date at which this version was made available by Kapsule product.
637+
*/
638+
releasedAt?: Date
635639
}
636640

637641
export interface Cluster {

0 commit comments

Comments
 (0)