@daocloud-proto/kairship 0.1.5-6 → 0.1.5-8

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.
@@ -4,6 +4,7 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
+ import * as KairshipIoApiClusterV1alpha1Cluster from "../../cluster/v1alpha1/cluster.pb"
7
8
  import * as KairshipIoApiCoreV1alpha1Pod from "../../core/v1alpha1/pod.pb"
8
9
  import * as KairshipIoApiTypesObjectmeta from "../../types/objectmeta.pb"
9
10
  import * as KairshipIoApiTypesPage from "../../types/page.pb"
@@ -26,7 +27,7 @@ export type DeploymentStatus = {
26
27
  replicas?: number
27
28
  state?: KairshipIoApiTypesObjectmeta.WorkloadState
28
29
  conditions?: KairshipIoApiTypesObjectmeta.Condition[]
29
- clusters?: string[]
30
+ clusters?: KairshipIoApiClusterV1alpha1Cluster.ClusterProviderSummary[]
30
31
  }
31
32
 
32
33
  export type CreateDeploymentRequest = {
@@ -70,6 +70,11 @@ export type LocalSecretReference = {
70
70
  resourceVersion?: string
71
71
  }
72
72
 
73
+ export type ClusterProviderSummary = {
74
+ name?: string
75
+ provider?: ClusterProvider
76
+ }
77
+
73
78
  export type ListClustersRequest = {
74
79
  instance?: string
75
80
  page?: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.1.5-6",
3
+ "version":"0.1.5-8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {