Skip to content

Commit

Permalink
make generate-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Aug 26, 2024
1 parent 4490bef commit 5a4ccf5
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@



#### BackendPod







_Appears in:_
- [DedicatedCLBListenerSpec](#dedicatedclblistenerspec)

| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `podName` _string_ | | | |
| `port` _integer_ | | | |


#### CLB


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


#### DedicatedCLBListenerStatus
Expand All @@ -289,6 +272,7 @@ _Appears in:_
| --- | --- | --- | --- |
| `listenerId` _string_ | | | |
| `state` _string_ | | | |
| `message` _string_ | | | |
| `address` _string_ | | | |


Expand Down Expand Up @@ -435,7 +419,7 @@ _Appears in:_
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `enable` _boolean_ | | | |
| `configJson` _string_ | | | |
| `extensiveParameters` _string_ | | | |


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


#### TargetPod







_Appears in:_
- [DedicatedCLBListenerSpec](#dedicatedclblistenerspec)

| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `podName` _string_ | | | |
| `targetPort` _integer_ | | | |


0 comments on commit 5a4ccf5

Please sign in to comment.