@daocloud-proto/kpanda 0.30.0-dev-35c632f8 → 0.30.0-dev-4623d24b

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.
@@ -238,6 +238,7 @@ export type GetClusterAdminKubeConfigRequest = {
238
238
  export type GetClusterAdminKubeConfigResponse = {
239
239
  kubeConfigString?: string
240
240
  cluster?: string
241
+ expireTime?: string
241
242
  }
242
243
 
243
244
  export type ListClusterPreferredResourcesRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.30.0-dev-35c632f8",
3
+ "version":"v0.30.0-dev-4623d24b",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {