@daocloud-proto/kairship 0.1.2-6 → 0.1.4

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.
@@ -21,6 +21,7 @@ export enum PodStatusOwnedByKind {
21
21
  DEPLOYMENT = "DEPLOYMENT",
22
22
  STATEFULSET = "STATEFULSET",
23
23
  DAEMONSET = "DAEMONSET",
24
+ REPLICASET = "REPLICASET",
24
25
  }
25
26
 
26
27
  export enum ContainerStatusPhase {
@@ -57,10 +58,10 @@ export type PodStatus = {
57
58
  podIP?: string
58
59
  podIPs?: PodIp[]
59
60
  startTime?: string
60
- cpuRequest?: number
61
- cpuLimit?: number
62
- memoryRequest?: number
63
- memoryLimit?: number
61
+ cpuRequest?: string
62
+ cpuLimit?: string
63
+ memoryRequest?: string
64
+ memoryLimit?: string
64
65
  cpuUsageRate?: number
65
66
  memoryUsageRate?: number
66
67
  restartCount?: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.1.2-6",
3
+ "version":"0.1.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {