You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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 /> |
3205
3244
3206
3245
3207
3246
@@ -3270,6 +3309,24 @@ _Appears in:_
3270
3309
|`url`_string_||||
3271
3310
3272
3311
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 |||
0 commit comments