File tree 4 files changed +0
-22
lines changed
scaleway-async/scaleway_async/k8s/v1
4 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -492,12 +492,6 @@ def unmarshal_Cluster(data: Any) -> Cluster:
492
492
else :
493
493
args ["commitment_ends_at" ] = None
494
494
495
- field = data .get ("sbs_csi_enabled" , None )
496
- if field is not None :
497
- args ["sbs_csi_enabled" ] = field
498
- else :
499
- args ["sbs_csi_enabled" ] = None
500
-
501
495
field = data .get ("acl_available" , None )
502
496
if field is not None :
503
497
args ["acl_available" ] = field
Original file line number Diff line number Diff line change @@ -912,11 +912,6 @@ class Cluster:
912
912
Date on which it will be possible to switch to a smaller offer.
913
913
"""
914
914
915
- sbs_csi_enabled : Optional [bool ]
916
- """
917
- Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
918
- """
919
-
920
915
acl_available : Optional [bool ]
921
916
"""
922
917
Defines whether ACL is available on the cluster.
Original file line number Diff line number Diff line change @@ -492,12 +492,6 @@ def unmarshal_Cluster(data: Any) -> Cluster:
492
492
else :
493
493
args ["commitment_ends_at" ] = None
494
494
495
- field = data .get ("sbs_csi_enabled" , None )
496
- if field is not None :
497
- args ["sbs_csi_enabled" ] = field
498
- else :
499
- args ["sbs_csi_enabled" ] = None
500
-
501
495
field = data .get ("acl_available" , None )
502
496
if field is not None :
503
497
args ["acl_available" ] = field
Original file line number Diff line number Diff line change @@ -912,11 +912,6 @@ class Cluster:
912
912
Date on which it will be possible to switch to a smaller offer.
913
913
"""
914
914
915
- sbs_csi_enabled : Optional [bool ]
916
- """
917
- Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
918
- """
919
-
920
915
acl_available : Optional [bool ]
921
916
"""
922
917
Defines whether ACL is available on the cluster.
You can’t perform that action at this time.
0 commit comments