@daocloud-proto/kpanda 0.31.0-dev-2e277e43 → 0.31.0-dev-1dbea202
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.
|
@@ -87,6 +87,7 @@ export type ValidateKubeConfigRequest = {
|
|
|
87
87
|
export type ValidateKubeConfigResponse = {
|
|
88
88
|
validateResult?: boolean
|
|
89
89
|
errMsg?: string
|
|
90
|
+
kubeconfigExpireTime?: string
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
export type ValidateClusterRequest = {
|
|
@@ -188,6 +189,7 @@ export type ClusterStatus = {
|
|
|
188
189
|
networkMode?: string[]
|
|
189
190
|
maxSigningDuration?: number
|
|
190
191
|
kubeconfigExpireWarnning?: boolean
|
|
192
|
+
kubeconfigExpireTime?: string
|
|
191
193
|
}
|
|
192
194
|
|
|
193
195
|
export type ResourceSummary = {
|