Browse Source

Change to spec.hard

Niko Kovacevic 10 tháng trước cách đây
mục cha
commit
23b0853b80

+ 4 - 0
core/pkg/model/kubemodel/resourcequota.go

@@ -16,6 +16,10 @@ type ResourceQuota struct {
 }
 }
 
 
 type ResourceQuotaSpec struct {
 type ResourceQuotaSpec struct {
+	Hard ResourceQuotaSpecHard
+}
+
+type ResourceQuotaSpecHard struct {
 	Requests []ResourceQuantity
 	Requests []ResourceQuantity
 	Limits   []ResourceQuantity
 	Limits   []ResourceQuantity
 }
 }