@daocloud-proto/kpanda 0.30.1 → 0.31.0-dev-4c79d6c5

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.
@@ -22,6 +22,7 @@ export enum ClusterProvider {
22
22
  HUAWEI_CCE = "HUAWEI_CCE",
23
23
  MICROSOFT_AZURE = "MICROSOFT_AZURE",
24
24
  K3S = "K3S",
25
+ Oracle_OKE = "Oracle_OKE",
25
26
  }
26
27
 
27
28
  export enum ClusterRole {
@@ -185,6 +186,8 @@ export type ClusterStatus = {
185
186
  conditions?: KpandaIoApiTypesObjectmeta.Condition[]
186
187
  settings?: KpandaIoApiClustersettingV1alpha1Clustersetting.ClusterSetting
187
188
  networkMode?: string[]
189
+ maxSigningDuration?: number
190
+ kubeconfigExpireWarnning?: boolean
188
191
  }
189
192
 
190
193
  export type ResourceSummary = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.30.1",
3
+ "version":"v0.31.0-dev-4c79d6c5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {