@@ -303,11 +303,15 @@ spec:
303303 - kind
304304 type: object
305305 hotReloadCapable:
306- description: "Whether the command is capable to reload
307- itself when source code changes. If set to `true`
308- the command won't be restarted and it is expected
309- to handle file changes on its own. \n Default value
310- is `false`"
306+ description: "Whether the command is restarted when
307+ source code changes. If set to `true` the command
308+ won't be restarted. A *hotReloadCapable* `run` or
309+ `debug` command is expected to handle file changes
310+ on its own and won't be restarted. A *hotReloadCapable*
311+ `build` command is expected to be executed only once
312+ and won't be executed again. This field is ignored
313+ for commands other than `build`, `run` or `debug`.
314+ \n Default value is `false`"
311315 type: boolean
312316 id:
313317 description: Mandatory identifier that allows referencing
@@ -1108,11 +1112,16 @@ spec:
11081112 - kind
11091113 type: object
11101114 hotReloadCapable:
1111- description: "Whether the command is capable
1112- to reload itself when source code changes.
1113- If set to `true` the command won't be restarted
1114- and it is expected to handle file changes
1115- on its own. \n Default value is `false`"
1115+ description: "Whether the command is restarted
1116+ when source code changes. If set to `true`
1117+ the command won't be restarted. A *hotReloadCapable*
1118+ `run` or `debug` command is expected to
1119+ handle file changes on its own and won't
1120+ be restarted. A *hotReloadCapable* `build`
1121+ command is expected to be executed only
1122+ once and won't be executed again. This field
1123+ is ignored for commands other than `build`,
1124+ `run` or `debug`. \n Default value is `false`"
11161125 type: boolean
11171126 id:
11181127 description: Mandatory identifier that allows
@@ -2028,11 +2037,15 @@ spec:
20282037 - kind
20292038 type: object
20302039 hotReloadCapable:
2031- description: "Whether the command is capable to
2032- reload itself when source code changes. If set
2033- to `true` the command won't be restarted and it
2034- is expected to handle file changes on its own.
2035- \n Default value is `false`"
2040+ description: "Whether the command is restarted when
2041+ source code changes. If set to `true` the command
2042+ won't be restarted. A *hotReloadCapable* `run`
2043+ or `debug` command is expected to handle file
2044+ changes on its own and won't be restarted. A *hotReloadCapable*
2045+ `build` command is expected to be executed only
2046+ once and won't be executed again. This field is
2047+ ignored for commands other than `build`, `run`
2048+ or `debug`. \n Default value is `false`"
20362049 type: boolean
20372050 id:
20382051 description: Mandatory identifier that allows referencing
@@ -2855,12 +2868,18 @@ spec:
28552868 - kind
28562869 type: object
28572870 hotReloadCapable:
2858- description: "Whether the command is capable
2859- to reload itself when source code changes.
2860- If set to `true` the command won't be
2861- restarted and it is expected to handle
2862- file changes on its own. \n Default
2863- value is `false`"
2871+ description: "Whether the command is restarted
2872+ when source code changes. If set to
2873+ `true` the command won't be restarted.
2874+ A *hotReloadCapable* `run` or `debug`
2875+ command is expected to handle file changes
2876+ on its own and won't be restarted. A
2877+ *hotReloadCapable* `build` command is
2878+ expected to be executed only once and
2879+ won't be executed again. This field
2880+ is ignored for commands other than `build`,
2881+ `run` or `debug`. \n Default value is
2882+ `false`"
28642883 type: boolean
28652884 id:
28662885 description: Mandatory identifier that
@@ -4303,11 +4322,15 @@ spec:
43034322 type: string
43044323 type: object
43054324 hotReloadCapable:
4306- description: "Whether the command is capable to reload
4307- itself when source code changes. If set to `true`
4308- the command won't be restarted and it is expected
4309- to handle file changes on its own. \n Default value
4310- is `false`"
4325+ description: "Whether the command is restarted when
4326+ source code changes. If set to `true` the command
4327+ won't be restarted. A *hotReloadCapable* `run` or
4328+ `debug` command is expected to handle file changes
4329+ on its own and won't be restarted. A *hotReloadCapable*
4330+ `build` command is expected to be executed only
4331+ once and won't be executed again. This field is
4332+ ignored for commands other than `build`, `run` or
4333+ `debug`. \n Default value is `false`"
43114334 type: boolean
43124335 label:
43134336 description: Optional label that provides a label
@@ -5200,11 +5223,15 @@ spec:
52005223 - kind
52015224 type: object
52025225 hotReloadCapable:
5203- description: "Whether the command is capable to reload
5204- itself when source code changes. If set to `true`
5205- the command won't be restarted and it is expected
5206- to handle file changes on its own. \n Default value
5207- is `false`"
5226+ description: "Whether the command is restarted when
5227+ source code changes. If set to `true` the command
5228+ won't be restarted. A *hotReloadCapable* `run` or
5229+ `debug` command is expected to handle file changes
5230+ on its own and won't be restarted. A *hotReloadCapable*
5231+ `build` command is expected to be executed only once
5232+ and won't be executed again. This field is ignored
5233+ for commands other than `build`, `run` or `debug`.
5234+ \n Default value is `false`"
52085235 type: boolean
52095236 label:
52105237 description: Optional label that provides a label for
@@ -6016,11 +6043,16 @@ spec:
60166043 type: string
60176044 type: object
60186045 hotReloadCapable:
6019- description: "Whether the command is capable
6020- to reload itself when source code changes.
6021- If set to `true` the command won't be restarted
6022- and it is expected to handle file changes
6023- on its own. \n Default value is `false`"
6046+ description: "Whether the command is restarted
6047+ when source code changes. If set to `true`
6048+ the command won't be restarted. A *hotReloadCapable*
6049+ `run` or `debug` command is expected to
6050+ handle file changes on its own and won't
6051+ be restarted. A *hotReloadCapable* `build`
6052+ command is expected to be executed only
6053+ once and won't be executed again. This field
6054+ is ignored for commands other than `build`,
6055+ `run` or `debug`. \n Default value is `false`"
60246056 type: boolean
60256057 label:
60266058 description: Optional label that provides
@@ -6967,11 +6999,15 @@ spec:
69676999 type: string
69687000 type: object
69697001 hotReloadCapable:
6970- description: "Whether the command is capable to
6971- reload itself when source code changes. If set
6972- to `true` the command won't be restarted and it
6973- is expected to handle file changes on its own.
6974- \n Default value is `false`"
7002+ description: "Whether the command is restarted when
7003+ source code changes. If set to `true` the command
7004+ won't be restarted. A *hotReloadCapable* `run`
7005+ or `debug` command is expected to handle file
7006+ changes on its own and won't be restarted. A *hotReloadCapable*
7007+ `build` command is expected to be executed only
7008+ once and won't be executed again. This field is
7009+ ignored for commands other than `build`, `run`
7010+ or `debug`. \n Default value is `false`"
69757011 type: boolean
69767012 label:
69777013 description: Optional label that provides a label
@@ -7769,12 +7805,18 @@ spec:
77697805 type: string
77707806 type: object
77717807 hotReloadCapable:
7772- description: "Whether the command is capable
7773- to reload itself when source code changes.
7774- If set to `true` the command won't be
7775- restarted and it is expected to handle
7776- file changes on its own. \n Default
7777- value is `false`"
7808+ description: "Whether the command is restarted
7809+ when source code changes. If set to
7810+ `true` the command won't be restarted.
7811+ A *hotReloadCapable* `run` or `debug`
7812+ command is expected to handle file changes
7813+ on its own and won't be restarted. A
7814+ *hotReloadCapable* `build` command is
7815+ expected to be executed only once and
7816+ won't be executed again. This field
7817+ is ignored for commands other than `build`,
7818+ `run` or `debug`. \n Default value is
7819+ `false`"
77787820 type: boolean
77797821 label:
77807822 description: Optional label that provides
0 commit comments