Skip to content

Commit

Permalink
chore: walk around test suites
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 1, 2023
1 parent 388438a commit b721773
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pkg/tools/gen/testdata/doc/pkg/md/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

## Index

- [Container](#container)
- [Server](#server)
- k8s
- [Deployment](#deployment)
- core
- [main](#main)
- [Index](#index)
- [Schemas](#schemas)
- [Container](#container)
- [Attributes](#attributes)
- [Server](#server)
- [Attributes](#attributes-1)
- [Examples](#examples)
- [Deployment](#deployment)
- [Attributes](#attributes-2)
- [PodSpec](#podspec)
- [Attributes](#attributes-3)

## Schemas

Expand Down Expand Up @@ -42,7 +48,7 @@ Server is the common user interface for long-running services adopting the best
|**litStr** `required` `readOnly`|"abc"||"abc"|
|**mainContainer** `required`|[Container](#container)|||
|**name** `required`|str|A Server-level attribute.<br />The name of the long-running service.<br />See also: kusion_models/core/v1/metadata.k.||
|**numMultiplier** `required`|units.NumberMultiplier||1M|
|**numMultiplier** `required`|units.NumberMultiplier|||
|**others** `required`|any|||
|**port** `required`|int \| str|||
|**union** `required`|"abc" \| 123 \| True \| 1.11 \| [Container](#container) \| units.NumberMultiplier \| 1M|||
Expand Down

0 comments on commit b721773

Please sign in to comment.