There was an error while loading. Please reload this page.
1 parent e814f5b commit c14591cCopy full SHA for c14591c
api/k8s/v1/k8s_sdk.go
@@ -987,6 +987,9 @@ type Cluster struct {
987
988
// CommitmentEndsAt: date on which it will be possible to switch to a smaller offer.
989
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"`
993
}
994
995
// Node: node.
0 commit comments