Skip to content

Commit cdff8a8

Browse files
feat(k8s): remove routed IP migration (scaleway#2347)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 672339d commit cdff8a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,9 +1182,6 @@ type Cluster struct {
11821182
// CommitmentEndsAt: date on which it will be possible to switch to a smaller offer.
11831183
CommitmentEndsAt *time.Time `json:"commitment_ends_at"`
11841184

1185-
// Deprecated: RoutedIPEnabled: defines whether routed IPs are enabled for nodes of this cluster.
1186-
RoutedIPEnabled *bool `json:"routed_ip_enabled,omitempty"`
1187-
11881185
// Deprecated: SbsCsiEnabled: defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
11891186
SbsCsiEnabled *bool `json:"sbs_csi_enabled,omitempty"`
11901187

0 commit comments

Comments
 (0)