We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672339d commit cdff8a8Copy full SHA for cdff8a8
api/k8s/v1/k8s_sdk.go
@@ -1182,9 +1182,6 @@ type Cluster struct {
1182
// CommitmentEndsAt: date on which it will be possible to switch to a smaller offer.
1183
CommitmentEndsAt *time.Time `json:"commitment_ends_at"`
1184
1185
- // Deprecated: RoutedIPEnabled: defines whether routed IPs are enabled for nodes of this cluster.
1186
- RoutedIPEnabled *bool `json:"routed_ip_enabled,omitempty"`
1187
-
1188
// Deprecated: SbsCsiEnabled: defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
1189
SbsCsiEnabled *bool `json:"sbs_csi_enabled,omitempty"`
1190
0 commit comments