diff --git a/api/k8s/v1/k8s_sdk.go b/api/k8s/v1/k8s_sdk.go index a634ae72f..4dc3bf0a1 100644 --- a/api/k8s/v1/k8s_sdk.go +++ b/api/k8s/v1/k8s_sdk.go @@ -1152,6 +1152,9 @@ type Cluster struct { // Deprecated: SbsCsiEnabled: defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster. SbsCsiEnabled *bool `json:"sbs_csi_enabled,omitempty"` + + // Deprecated: FullVpcIntegratonEnabled: defines whether VPC is fully integrated on the cluster. + FullVpcIntegratonEnabled *bool `json:"full_vpc_integraton_enabled,omitempty"` } // Node: node.