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
Copy file name to clipboardExpand all lines: api/k8s/v1/k8s_sdk.go
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -891,6 +891,9 @@ type Pool struct {
891
891
// PublicIPDisabled: 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.
892
892
PublicIPDisabledbool`json:"public_ip_disabled"`
893
893
894
+
// Deprecated: NewImagesEnabled: defines whether the pool is migrated to new images.
// GetNodeMetadata: 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.
0 commit comments