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 fc15bac commit 672339dCopy full SHA for 672339d
api/k8s/v1/k8s_sdk.go
@@ -1188,8 +1188,8 @@ type Cluster struct {
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
1191
- // Deprecated: FullVpcIntegratonEnabled: defines whether VPC is fully integrated on the cluster.
1192
- FullVpcIntegratonEnabled *bool `json:"full_vpc_integraton_enabled,omitempty"`
+ // Deprecated: ACLAvailable: defines whether ACL is available on the cluster.
+ ACLAvailable *bool `json:"acl_available,omitempty"`
1193
}
1194
1195
// Node: node.
0 commit comments