v1.12.2
This commit is contained in:
@@ -126,6 +126,9 @@ type ResourceLimits struct {
|
||||
|
||||
// GPU units
|
||||
GPUUnits float64 `json:"gpu_units"`
|
||||
|
||||
// Storage policies
|
||||
StoragePolicies []StoragePolicy `json:"storage_policy"`
|
||||
}
|
||||
|
||||
// Detailed information about resource group
|
||||
@@ -208,6 +211,9 @@ type ItemRG struct {
|
||||
// Secret
|
||||
Secret string `json:"secret"`
|
||||
|
||||
// Storage policy ids
|
||||
StoragePolicyIDs []uint64 `json:"storage_policy_ids"`
|
||||
|
||||
// Status
|
||||
Status string `json:"status"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user