@daocloud-proto/kpanda 0.30.0-dev-9a375c2f → 0.30.0-dev-288c9c46

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.
@@ -186,6 +186,8 @@ export type ClusterStatus = {
186
186
  conditions?: KpandaIoApiTypesObjectmeta.Condition[]
187
187
  settings?: KpandaIoApiClustersettingV1alpha1Clustersetting.ClusterSetting
188
188
  networkMode?: string[]
189
+ maxSigningDuration?: number
190
+ kubeconfigExpireWarnning?: boolean
189
191
  }
190
192
 
191
193
  export type ResourceSummary = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.30.0-dev-9a375c2f",
3
+ "version":"v0.30.0-dev-288c9c46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {