Skip to content

Commit 5a4ccf5

Browse files
committed
make generate-docs
1 parent 4490bef commit 5a4ccf5

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

docs/api.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,6 @@
1616

1717

1818

19-
#### BackendPod
20-
21-
22-
23-
24-
25-
26-
27-
_Appears in:_
28-
- [DedicatedCLBListenerSpec](#dedicatedclblistenerspec)
29-
30-
| Field | Description | Default | Validation |
31-
| --- | --- | --- | --- |
32-
| `podName` _string_ | | | |
33-
| `port` _integer_ | | | |
34-
35-
3619
#### CLB
3720

3821

@@ -271,7 +254,7 @@ _Appears in:_
271254
| `lbPort` _integer_ | | | |
272255
| `protocol` _string_ | | | Enum: [TCP UDP] <br /> |
273256
| `listenerConfig` _string_ | | | |
274-
| `backendPod` _[BackendPod](#backendpod)_ | | | |
257+
| `targetPod` _[TargetPod](#targetpod)_ | | | |
275258

276259

277260
#### DedicatedCLBListenerStatus
@@ -289,6 +272,7 @@ _Appears in:_
289272
| --- | --- | --- | --- |
290273
| `listenerId` _string_ | | | |
291274
| `state` _string_ | | | |
275+
| `message` _string_ | | | |
292276
| `address` _string_ | | | |
293277

294278

@@ -435,7 +419,7 @@ _Appears in:_
435419
| Field | Description | Default | Validation |
436420
| --- | --- | --- | --- |
437421
| `enable` _boolean_ | | | |
438-
| `configJson` _string_ | | | |
422+
| `extensiveParameters` _string_ | | | |
439423

440424

441425
#### MultiCertInfo
@@ -455,3 +439,20 @@ _Appears in:_
455439
| `certList` _[CertInfo](#certinfo) array_ | | | |
456440

457441

442+
#### TargetPod
443+
444+
445+
446+
447+
448+
449+
450+
_Appears in:_
451+
- [DedicatedCLBListenerSpec](#dedicatedclblistenerspec)
452+
453+
| Field | Description | Default | Validation |
454+
| --- | --- | --- | --- |
455+
| `podName` _string_ | | | |
456+
| `targetPort` _integer_ | | | |
457+
458+

0 commit comments

Comments
 (0)