|
@@ -2,15 +2,10 @@ package kubemodel
|
|
|
|
|
|
|
|
type ResourceQuotaKind string
|
|
type ResourceQuotaKind string
|
|
|
|
|
|
|
|
-const (
|
|
|
|
|
- ResourceQuotaKindCompute = "compute"
|
|
|
|
|
-)
|
|
|
|
|
-
|
|
|
|
|
type ResourceQuota struct {
|
|
type ResourceQuota struct {
|
|
|
ID string
|
|
ID string
|
|
|
NamespaceID string
|
|
NamespaceID string
|
|
|
Name string
|
|
Name string
|
|
|
- Kind ResourceQuotaKind
|
|
|
|
|
Spec *ResourceQuotaSpec
|
|
Spec *ResourceQuotaSpec
|
|
|
Status *ResourceQuotaStatus
|
|
Status *ResourceQuotaStatus
|
|
|
}
|
|
}
|