light modification

This commit is contained in:
mr
2025-01-22 12:04:38 +01:00
parent fa00980352
commit 062c1afe85
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ type ComputeResourceInstance struct {
}
type ComputeResourcePartnership struct {
ResourcePartnerShip[*ComputeResourcePricingProfile]
*ResourcePartnerShip[*ComputeResourcePricingProfile]
MaxAllowedCPUsCores map[string]int `json:"allowed_cpus,omitempty" bson:"allowed_cpus,omitempty"`
MaxAllowedGPUsMemoryGB map[string]float64 `json:"allowed_gpus,omitempty" bson:"allowed_gpus,omitempty"`
MaxAllowedRAMSize float64 `json:"allowed_ram,omitempty" bson:"allowed_ram,omitempty"`