|
@@ -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
|
|
|
}
|
|
}
|