From 38c04a8ec86cecedbafacd40e2c5ecbf2590f8f6 Mon Sep 17 00:00:00 2001 From: mrrishi Date: Fri, 4 Oct 2024 01:14:45 +0530 Subject: [PATCH] add gpu field --- region.go | 1 + 1 file changed, 1 insertion(+) diff --git a/region.go b/region.go index 9833b81..52c25bf 100644 --- a/region.go +++ b/region.go @@ -26,6 +26,7 @@ type Feature struct { Kubernetes bool `json:"kubernetes"` ObjectStore bool `json:"object_store"` LoadBalancer bool `json:"loadbalancer"` + GPU bool `json:"gpu"` DBaaS bool `json:"dbaas"` Volume bool `json:"volume"` PaaS bool `json:"paas"`