@daocloud-proto/kpanda 0.30.0-dev-4623d24b → 0.30.0-dev-c6dfffca

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.
@@ -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-4623d24b",
3
+ "version":"v0.30.0-dev-c6dfffca",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {