@daocloud-proto/skoala 0.22.2-26 → 0.22.2-30
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.
|
@@ -318,7 +318,7 @@ export type HTTPFaultInjection_Abort = BaseHTTPFaultInjection_Abort
|
|
|
318
318
|
export type HTTPRetry = {
|
|
319
319
|
attempts?: number
|
|
320
320
|
perTryTimeout?: GoogleProtobufDuration.Duration
|
|
321
|
-
retryOn?: string
|
|
321
|
+
retryOn?: string[]
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
export type WasmPlugin = {
|
|
@@ -8,6 +8,7 @@ import * as SkoalaApiGeneralV1alpha1Common from "../../general/v1alpha1/common.p
|
|
|
8
8
|
import * as SkoalaApiGeneralV1alpha1Insight from "../../general/v1alpha1/insight.pb"
|
|
9
9
|
import * as SkoalaApiGeneralV1alpha1Resource from "../../general/v1alpha1/resource.pb"
|
|
10
10
|
import * as SkoalaApiGeneralV1alpha1Service from "../../general/v1alpha1/service.pb"
|
|
11
|
+
import * as SkoalaApiHostedV1alpha1Plugins from "./plugins.pb"
|
|
11
12
|
|
|
12
13
|
export enum NacosConfigFileType {
|
|
13
14
|
CONFIG_TYPE_UNSPECIFIED = "CONFIG_TYPE_UNSPECIFIED",
|
|
@@ -93,15 +94,15 @@ export type Nacos = {
|
|
|
93
94
|
namespaceName?: string
|
|
94
95
|
type?: NacosConfigType
|
|
95
96
|
serviceType?: SkoalaApiGeneralV1alpha1Service.ServiceType
|
|
96
|
-
ports?: SkoalaApiGeneralV1alpha1Service.ServicePort[]
|
|
97
97
|
status?: NacosStatus
|
|
98
98
|
replicas?: number
|
|
99
99
|
image?: string
|
|
100
100
|
version?: string
|
|
101
101
|
nodeCount?: number
|
|
102
102
|
healthNodeCount?: number
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
externalEndpoints?: string[]
|
|
104
|
+
internalEndpoints?: string[]
|
|
105
|
+
governMode?: SkoalaApiHostedV1alpha1Plugins.GetGovernResMode
|
|
105
106
|
database?: NacosDatabase
|
|
106
107
|
resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
|
|
107
108
|
condition?: NacosCondition[]
|