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.
SbsCsiEnabled
1 parent 669daf7 commit a6947a6Copy full SHA for a6947a6
api/k8s/v1/k8s_sdk.go
@@ -1204,9 +1204,6 @@ type Cluster struct {
1204
// CommitmentEndsAt: date on which it will be possible to switch to a smaller offer.
1205
CommitmentEndsAt *time.Time `json:"commitment_ends_at"`
1206
1207
- // Deprecated: SbsCsiEnabled: defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
1208
- SbsCsiEnabled *bool `json:"sbs_csi_enabled,omitempty"`
1209
-
1210
// Deprecated: ACLAvailable: defines whether ACL is available on the cluster.
1211
ACLAvailable *bool `json:"acl_available,omitempty"`
1212
0 commit comments