fix(namespace): create ns qa feedback [EE-2226] (#10474)

This commit is contained in:
Ali
2023-10-16 19:15:44 +01:00
committed by GitHub
parent bcb3f918d1
commit 07ec2ffe5e
11 changed files with 34 additions and 43 deletions

View File

@@ -11,6 +11,7 @@ type K8sNamespaceDetails struct {
Name string `json:"Name"`
Annotations map[string]string `json:"Annotations"`
ResourceQuota *K8sResourceQuota `json:"ResourceQuota"`
Owner string `json:"Owner"`
}
type K8sResourceQuota struct {