2
0
Эх сурвалжийг харах

Remove ResourceQuota kind

Niko Kovacevic 7 сар өмнө
parent
commit
b688cb58bd

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

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