Skip to content

Commit aba8689

Browse files
sync docs (#472)
Co-authored-by: michaeljguarino <[email protected]>
1 parent c60dbd8 commit aba8689

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

pages/overview/management-api-reference.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,7 @@ _Appears in:_
12531253
- [ServiceHelm](#servicehelm)
12541254
- [ServiceSpec](#servicespec)
12551255
- [ServiceTemplate](#servicetemplate)
1256+
- [Source](#source)
12561257

12571258
| Field | Description | Default | Validation |
12581259
| --- | --- | --- | --- |
@@ -1364,6 +1365,24 @@ _Appears in:_
13641365

13651366

13661367

1368+
#### HelmMinimal
1369+
1370+
1371+
1372+
1373+
1374+
1375+
1376+
_Appears in:_
1377+
- [Renderer](#renderer)
1378+
1379+
| Field | Description | Default | Validation |
1380+
| --- | --- | --- | --- |
1381+
| `values` _string_ | Values a helm values file to use when rendering this helm chart | | |
1382+
| `valuesFiles` _string array_ | ValuesFiles a list of relative paths to values files to use for helm chart templating | | |
1383+
| `release` _string_ | Release the helm release name to use when rendering this helm chart | | |
1384+
1385+
13671386
#### HelmRepository
13681387

13691388

@@ -2862,6 +2881,24 @@ _Appears in:_
28622881
| `templated` _boolean_ | Whether you want to apply templating to the regex before compiling | | Optional: {} <br /> |
28632882

28642883

2884+
#### Renderer
2885+
2886+
2887+
2888+
2889+
2890+
2891+
2892+
_Appears in:_
2893+
- [ServiceSpec](#servicespec)
2894+
2895+
| Field | Description | Default | Validation |
2896+
| --- | --- | --- | --- |
2897+
| `path` _string_ | | | |
2898+
| `type` _[RendererType](#renderertype)_ | | | Enum: [AUTO RAW HELM KUSTOMIZE] <br /> |
2899+
| `helm` _[HelmMinimal](#helmminimal)_ | | | |
2900+
2901+
28652902
#### RouterFilters
28662903

28672904

@@ -3202,6 +3239,8 @@ _Appears in:_
32023239
| `templated` _boolean_ | Templated should apply liquid templating to raw yaml files, defaults to true | | Optional: {} <br /> |
32033240
| `imports` _[ServiceImport](#serviceimport) array_ | | | Optional: {} <br /> |
32043241
| `detach` _boolean_ | Detach determined if user want to delete or detach service | | Optional: {} <br /> |
3242+
| `sources` _[Source](#source) array_ | Sources of this service | | Optional: {} <br /> |
3243+
| `renderers` _[Renderer](#renderer) array_ | Renderers of this service | | Optional: {} <br /> |
32053244

32063245

32073246

@@ -3270,6 +3309,24 @@ _Appears in:_
32703309
| `url` _string_ | | | |
32713310

32723311

3312+
#### Source
3313+
3314+
3315+
3316+
3317+
3318+
3319+
3320+
_Appears in:_
3321+
- [ServiceSpec](#servicespec)
3322+
3323+
| Field | Description | Default | Validation |
3324+
| --- | --- | --- | --- |
3325+
| `path` _string_ | Path the subdirectory this source will live in the final tarball | | |
3326+
| `repositoryRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | RepositoryRef the reference of the git repository to source from | | |
3327+
| `git` _[GitRef](#gitref)_ | Git the location in git to use | | |
3328+
3329+
32733330
#### SpecTemplate
32743331

32753332

0 commit comments

Comments
 (0)