@daocloud-proto/kairship 0.0.7-26 → 0.0.7-28

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.
@@ -43,6 +43,12 @@ export type ClusterStatus = {
43
43
  cpuUsage?: number
44
44
  memoryUsage?: number
45
45
  mode?: string
46
+ resourceSummary?: ClusterResourceSummary
47
+ }
48
+
49
+ export type ClusterResourceSummary = {
50
+ allocatable?: {[key: string]: string}
51
+ allocated?: {[key: string]: string}
46
52
  }
47
53
 
48
54
  export type ClusterSpec = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.0.7-26",
3
+ "version":"0.0.7-28",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {