@daocloud-proto/skoala 0.38.2-2 → 0.38.2-4
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.
|
@@ -116,6 +116,7 @@ export type Nacos = {
|
|
|
116
116
|
clusterPhase?: SkoalaApiGeneralV1alpha1Common.ClusterPhase
|
|
117
117
|
workloadState?: SkoalaApiGeneralV1alpha1Common.WorkloadState
|
|
118
118
|
failedReason?: string[]
|
|
119
|
+
ldap?: LDAP
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
export type NacosDatabase = {
|
|
@@ -183,6 +184,12 @@ export type RestartNacosReq = {
|
|
|
183
184
|
namespaceName?: string
|
|
184
185
|
}
|
|
185
186
|
|
|
187
|
+
export type LDAP = {
|
|
188
|
+
url?: string
|
|
189
|
+
basedc?: string
|
|
190
|
+
password?: string
|
|
191
|
+
}
|
|
192
|
+
|
|
186
193
|
export type NacosConfig = {
|
|
187
194
|
type?: NacosConfigType
|
|
188
195
|
component?: SkoalaApiGeneralV1alpha1Common.Component
|
|
@@ -197,6 +204,7 @@ export type NacosConfig = {
|
|
|
197
204
|
insightEnabled?: boolean
|
|
198
205
|
certificationEnabled?: boolean
|
|
199
206
|
jvmPercentage?: number
|
|
207
|
+
ldap?: LDAP
|
|
200
208
|
}
|
|
201
209
|
|
|
202
210
|
export type Volume = {
|