File tree Expand file tree Collapse file tree 4 files changed +0
-22
lines changed
scaleway-async/scaleway_async/k8s/v1 Expand file tree Collapse file tree 4 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -488,12 +488,6 @@ def unmarshal_Cluster(data: Any) -> Cluster:
488488 else :
489489 args ["commitment_ends_at" ] = None
490490
491- field = data .get ("routed_ip_enabled" , None )
492- if field is not None :
493- args ["routed_ip_enabled" ] = field
494- else :
495- args ["routed_ip_enabled" ] = None
496-
497491 field = data .get ("sbs_csi_enabled" , None )
498492 if field is not None :
499493 args ["sbs_csi_enabled" ] = field
Original file line number Diff line number Diff line change @@ -893,11 +893,6 @@ class Cluster:
893893 Date on which it will be possible to switch to a smaller offer.
894894 """
895895
896- routed_ip_enabled : Optional [bool ]
897- """
898- Defines whether routed IPs are enabled for nodes of this cluster.
899- """
900-
901896 sbs_csi_enabled : Optional [bool ]
902897 """
903898 Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
Original file line number Diff line number Diff line change @@ -488,12 +488,6 @@ def unmarshal_Cluster(data: Any) -> Cluster:
488488 else :
489489 args ["commitment_ends_at" ] = None
490490
491- field = data .get ("routed_ip_enabled" , None )
492- if field is not None :
493- args ["routed_ip_enabled" ] = field
494- else :
495- args ["routed_ip_enabled" ] = None
496-
497491 field = data .get ("sbs_csi_enabled" , None )
498492 if field is not None :
499493 args ["sbs_csi_enabled" ] = field
Original file line number Diff line number Diff line change @@ -893,11 +893,6 @@ class Cluster:
893893 Date on which it will be possible to switch to a smaller offer.
894894 """
895895
896- routed_ip_enabled : Optional [bool ]
897- """
898- Defines whether routed IPs are enabled for nodes of this cluster.
899- """
900-
901896 sbs_csi_enabled : Optional [bool ]
902897 """
903898 Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
You can’t perform that action at this time.
0 commit comments