@daocloud-proto/kpanda 0.31.0-dev-1dbea202 → 0.31.0-dev-3c60c40f

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.
@@ -87,7 +87,6 @@ export type ValidateKubeConfigRequest = {
87
87
  export type ValidateKubeConfigResponse = {
88
88
  validateResult?: boolean
89
89
  errMsg?: string
90
- kubeconfigExpireTime?: string
91
90
  }
92
91
 
93
92
  export type ValidateClusterRequest = {
@@ -189,7 +188,6 @@ export type ClusterStatus = {
189
188
  networkMode?: string[]
190
189
  maxSigningDuration?: number
191
190
  kubeconfigExpireWarnning?: boolean
192
- kubeconfigExpireTime?: string
193
191
  }
194
192
 
195
193
  export type ResourceSummary = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.31.0-dev-1dbea202",
3
+ "version":"v0.31.0-dev-3c60c40f",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {