You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fetch node metadata. Rerieve metadata to instantiate a Kapsule/Kosmos node. This method is not intended to be called by end users but rather programmatically by the node-installer.
Copy file name to clipboardExpand all lines: packages_generated/k8s/src/v1/types.gen.ts
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,10 @@ export interface Pool {
321
321
* Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
322
322
*/
323
323
publicIpDisabled: boolean
324
+
/**
325
+
* @deprecated Defines whether the pool is migrated to new images.
326
+
*/
327
+
newImagesEnabled?: boolean
324
328
/**
325
329
* Cluster region of the pool.
326
330
*/
@@ -718,6 +722,10 @@ export interface Cluster {
718
722
* IAM group that nodes are members of (this field might be empty during early stage of cluster creation).
719
723
*/
720
724
iamNodesGroupId: string
725
+
/**
726
+
* @deprecated Defines whether all pools are migrated to new images.
0 commit comments