File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
scaleway-async/scaleway_async/k8s/v1 Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -500,11 +500,11 @@ def unmarshal_Cluster(data: Any) -> Cluster:
500500 else :
501501 args ["sbs_csi_enabled" ] = None
502502
503- field = data .get ("full_vpc_integraton_enabled " , None )
503+ field = data .get ("acl_available " , None )
504504 if field is not None :
505- args ["full_vpc_integraton_enabled " ] = field
505+ args ["acl_available " ] = field
506506 else :
507- args ["full_vpc_integraton_enabled " ] = None
507+ args ["acl_available " ] = None
508508
509509 return Cluster (** args )
510510
Original file line number Diff line number Diff line change @@ -903,9 +903,9 @@ class Cluster:
903903 Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
904904 """
905905
906- full_vpc_integraton_enabled : Optional [bool ]
906+ acl_available : Optional [bool ]
907907 """
908- Defines whether VPC is fully integrated on the cluster.
908+ Defines whether ACL is available on the cluster.
909909 """
910910
911911
Original file line number Diff line number Diff line change @@ -500,11 +500,11 @@ def unmarshal_Cluster(data: Any) -> Cluster:
500500 else :
501501 args ["sbs_csi_enabled" ] = None
502502
503- field = data .get ("full_vpc_integraton_enabled " , None )
503+ field = data .get ("acl_available " , None )
504504 if field is not None :
505- args ["full_vpc_integraton_enabled " ] = field
505+ args ["acl_available " ] = field
506506 else :
507- args ["full_vpc_integraton_enabled " ] = None
507+ args ["acl_available " ] = None
508508
509509 return Cluster (** args )
510510
Original file line number Diff line number Diff line change @@ -903,9 +903,9 @@ class Cluster:
903903 Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
904904 """
905905
906- full_vpc_integraton_enabled : Optional [bool ]
906+ acl_available : Optional [bool ]
907907 """
908- Defines whether VPC is fully integrated on the cluster.
908+ Defines whether ACL is available on the cluster.
909909 """
910910
911911
You can’t perform that action at this time.
0 commit comments