@daocloud-proto/kpanda 0.30.0-dev-35c632f8 → 0.30.0-dev-b1cff811

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 = {
@@ -41,6 +41,11 @@ export type ClusterSetting = {
41
41
  clusterlcmSetting?: ClusterlcmSetting
42
42
  etcdBackupRestoreSetting?: EtcdBackupRestoreSetting
43
43
  kubeanSetting?: KubeanSetting
44
+ clusterKubeconfigSetting?: ClusterKubeConfigSetting
45
+ }
46
+
47
+ export type ClusterKubeConfigSetting = {
48
+ expireWarningThreshold?: string
44
49
  }
45
50
 
46
51
  export type KubeanSetting = {
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-b1cff811",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {