@@ -303,11 +303,15 @@ spec:
303
303
- kind
304
304
type: object
305
305
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`"
311
315
type: boolean
312
316
id:
313
317
description: Mandatory identifier that allows referencing
@@ -1108,11 +1112,16 @@ spec:
1108
1112
- kind
1109
1113
type: object
1110
1114
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`"
1116
1125
type: boolean
1117
1126
id:
1118
1127
description: Mandatory identifier that allows
@@ -2028,11 +2037,15 @@ spec:
2028
2037
- kind
2029
2038
type: object
2030
2039
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`"
2036
2049
type: boolean
2037
2050
id:
2038
2051
description: Mandatory identifier that allows referencing
@@ -2855,12 +2868,18 @@ spec:
2855
2868
- kind
2856
2869
type: object
2857
2870
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`"
2864
2883
type: boolean
2865
2884
id:
2866
2885
description: Mandatory identifier that
@@ -4303,11 +4322,15 @@ spec:
4303
4322
type: string
4304
4323
type: object
4305
4324
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`"
4311
4334
type: boolean
4312
4335
label:
4313
4336
description: Optional label that provides a label
@@ -5200,11 +5223,15 @@ spec:
5200
5223
- kind
5201
5224
type: object
5202
5225
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`"
5208
5235
type: boolean
5209
5236
label:
5210
5237
description: Optional label that provides a label for
@@ -6016,11 +6043,16 @@ spec:
6016
6043
type: string
6017
6044
type: object
6018
6045
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`"
6024
6056
type: boolean
6025
6057
label:
6026
6058
description: Optional label that provides
@@ -6967,11 +6999,15 @@ spec:
6967
6999
type: string
6968
7000
type: object
6969
7001
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`"
6975
7011
type: boolean
6976
7012
label:
6977
7013
description: Optional label that provides a label
@@ -7769,12 +7805,18 @@ spec:
7769
7805
type: string
7770
7806
type: object
7771
7807
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`"
7778
7820
type: boolean
7779
7821
label:
7780
7822
description: Optional label that provides
0 commit comments