File tree 4 files changed +10
-10
lines changed
scaleway-async/scaleway_async/k8s/v1 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:
500
500
else :
501
501
args ["sbs_csi_enabled" ] = None
502
502
503
- field = data .get ("full_vpc_integraton_enabled " , None )
503
+ field = data .get ("acl_available " , None )
504
504
if field is not None :
505
- args ["full_vpc_integraton_enabled " ] = field
505
+ args ["acl_available " ] = field
506
506
else :
507
- args ["full_vpc_integraton_enabled " ] = None
507
+ args ["acl_available " ] = None
508
508
509
509
return Cluster (** args )
510
510
Original file line number Diff line number Diff line change @@ -903,9 +903,9 @@ class Cluster:
903
903
Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
904
904
"""
905
905
906
- full_vpc_integraton_enabled : Optional [bool ]
906
+ acl_available : Optional [bool ]
907
907
"""
908
- Defines whether VPC is fully integrated on the cluster.
908
+ Defines whether ACL is available on the cluster.
909
909
"""
910
910
911
911
Original file line number Diff line number Diff line change @@ -500,11 +500,11 @@ def unmarshal_Cluster(data: Any) -> Cluster:
500
500
else :
501
501
args ["sbs_csi_enabled" ] = None
502
502
503
- field = data .get ("full_vpc_integraton_enabled " , None )
503
+ field = data .get ("acl_available " , None )
504
504
if field is not None :
505
- args ["full_vpc_integraton_enabled " ] = field
505
+ args ["acl_available " ] = field
506
506
else :
507
- args ["full_vpc_integraton_enabled " ] = None
507
+ args ["acl_available " ] = None
508
508
509
509
return Cluster (** args )
510
510
Original file line number Diff line number Diff line change @@ -903,9 +903,9 @@ class Cluster:
903
903
Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
904
904
"""
905
905
906
- full_vpc_integraton_enabled : Optional [bool ]
906
+ acl_available : Optional [bool ]
907
907
"""
908
- Defines whether VPC is fully integrated on the cluster.
908
+ Defines whether ACL is available on the cluster.
909
909
"""
910
910
911
911
You can’t perform that action at this time.
0 commit comments