Skip to content

Commit c14591c

Browse files
authored
feat(k8s): add routed_ip_enabled field to Cluster (scaleway#2057)
1 parent e814f5b commit c14591c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,9 @@ type Cluster struct {
987987

988988
// CommitmentEndsAt: date on which it will be possible to switch to a smaller offer.
989989
CommitmentEndsAt *time.Time `json:"commitment_ends_at"`
990+
991+
// Deprecated: RoutedIPEnabled: defines whether routed IPs are enabled for nodes of this cluster.
992+
RoutedIPEnabled *bool `json:"routed_ip_enabled,omitempty"`
990993
}
991994

992995
// Node: node.

0 commit comments

Comments
 (0)