diff --git a/internal/models/datastore.go b/internal/models/datastore.go index d884ba52bf..f006e59593 100644 --- a/internal/models/datastore.go +++ b/internal/models/datastore.go @@ -46,4 +46,7 @@ type Datastore struct { // Status describes the status of a datastore Status DatastoreStatus `json:"status"` + + // OnManagementCluster is a flag that indicates whether the datastore is hosted on the management cluster or on the customer's cluster + OnManagementCluster bool `json:"on_management_cluster" gorm:"not null;default:false"` }