@daocloud-proto/kpanda 0.32.0-dev-a4a62397 → 0.32.0-dev-d3370559
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
import * as KpandaIoApiTypesObjectmeta from "../../types/objectmeta.pb"
|
|
8
8
|
import * as KpandaIoApiTypesPage from "../../types/page.pb"
|
|
9
|
+
import * as KpandaIoApiCoreV1alpha1Resourcequota from "./resourcequota.pb"
|
|
9
10
|
|
|
10
11
|
export enum NamespacePhase {
|
|
11
12
|
NAMESPACE_PHASE_UNSPECIFIED = "NAMESPACE_PHASE_UNSPECIFIED",
|
|
@@ -51,6 +52,7 @@ export type NamespaceStatus = {
|
|
|
51
52
|
podSecurityEnabled?: boolean
|
|
52
53
|
cpuUsage?: number
|
|
53
54
|
memoryUsage?: number
|
|
55
|
+
quotaStatus?: KpandaIoApiCoreV1alpha1Resourcequota.ResourceQuotaStatus
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
export type NamespaceCondition = {
|
|
@@ -76,6 +78,7 @@ export type ListNamespacesRequest = {
|
|
|
76
78
|
onlyUnassign?: boolean
|
|
77
79
|
excludeSystem?: boolean
|
|
78
80
|
showVirtualCluster?: boolean
|
|
81
|
+
includeResourceQuota?: boolean
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
export type ListNamespacesResponse = {
|