Skip to content

Commit 161d4cf

Browse files
committed
Clarify description
Signed-off-by: Philippe Martin <[email protected]>
1 parent 5429a7b commit 161d4cf

20 files changed

+394
-368
lines changed

Diff for: crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

+89-82
Large diffs are not rendered by default.

Diff for: crds/workspace.devfile.io_devworkspaces.yaml

+89-82
Large diffs are not rendered by default.

Diff for: crds/workspace.devfile.io_devworkspacetemplates.v1beta1.yaml

+78-72
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,15 @@ spec:
274274
- kind
275275
type: object
276276
hotReloadCapable:
277-
description: "Whether the command is restarted when source
278-
code changes. If set to `true` the command won't be restarted.
279-
A *hotReloadCapable* `run` or `debug` command is expected
280-
to handle file changes on its own and won't be restarted.
281-
A *hotReloadCapable* `build` command is expected to be
282-
executed only once and won't be executed again. This field
283-
is ignored for commands other than `build`, `run` or `debug`.
284-
\n Default value is `false`"
277+
description: "Specify whether the command is restarted or
278+
not when the source code changes. If set to `true` the
279+
command won't be restarted. A *hotReloadCapable* `run`
280+
or `debug` command is expected to handle file changes
281+
on its own and won't be restarted. A *hotReloadCapable*
282+
`build` command is expected to be executed only once and
283+
won't be executed again. This field is taken into account
284+
only for commands `build`, `run` and `debug` with `isDefault`
285+
set to `true`. \n Default value is `false`"
285286
type: boolean
286287
id:
287288
description: Mandatory identifier that allows referencing
@@ -1063,16 +1064,17 @@ spec:
10631064
- kind
10641065
type: object
10651066
hotReloadCapable:
1066-
description: "Whether the command is restarted
1067-
when source code changes. If set to `true` the
1068-
command won't be restarted. A *hotReloadCapable*
1069-
`run` or `debug` command is expected to handle
1070-
file changes on its own and won't be restarted.
1071-
A *hotReloadCapable* `build` command is expected
1072-
to be executed only once and won't be executed
1073-
again. This field is ignored for commands other
1074-
than `build`, `run` or `debug`. \n Default value
1075-
is `false`"
1067+
description: "Specify whether the command is restarted
1068+
or not when the source code changes. If set
1069+
to `true` the command won't be restarted. A
1070+
*hotReloadCapable* `run` or `debug` command
1071+
is expected to handle file changes on its own
1072+
and won't be restarted. A *hotReloadCapable*
1073+
`build` command is expected to be executed only
1074+
once and won't be executed again. This field
1075+
is taken into account only for commands `build`,
1076+
`run` and `debug` with `isDefault` set to `true`.
1077+
\n Default value is `false`"
10761078
type: boolean
10771079
id:
10781080
description: Mandatory identifier that allows
@@ -1955,15 +1957,16 @@ spec:
19551957
- kind
19561958
type: object
19571959
hotReloadCapable:
1958-
description: "Whether the command is restarted when
1959-
source code changes. If set to `true` the command
1960-
won't be restarted. A *hotReloadCapable* `run` or
1961-
`debug` command is expected to handle file changes
1962-
on its own and won't be restarted. A *hotReloadCapable*
1960+
description: "Specify whether the command is restarted
1961+
or not when the source code changes. If set to `true`
1962+
the command won't be restarted. A *hotReloadCapable*
1963+
`run` or `debug` command is expected to handle file
1964+
changes on its own and won't be restarted. A *hotReloadCapable*
19631965
`build` command is expected to be executed only once
1964-
and won't be executed again. This field is ignored
1965-
for commands other than `build`, `run` or `debug`.
1966-
\n Default value is `false`"
1966+
and won't be executed again. This field is taken into
1967+
account only for commands `build`, `run` and `debug`
1968+
with `isDefault` set to `true`. \n Default value is
1969+
`false`"
19671970
type: boolean
19681971
id:
19691972
description: Mandatory identifier that allows referencing
@@ -2764,16 +2767,18 @@ spec:
27642767
- kind
27652768
type: object
27662769
hotReloadCapable:
2767-
description: "Whether the command is restarted
2768-
when source code changes. If set to `true`
2769-
the command won't be restarted. A *hotReloadCapable*
2770-
`run` or `debug` command is expected to
2771-
handle file changes on its own and won't
2772-
be restarted. A *hotReloadCapable* `build`
2773-
command is expected to be executed only
2774-
once and won't be executed again. This field
2775-
is ignored for commands other than `build`,
2776-
`run` or `debug`. \n Default value is `false`"
2770+
description: "Specify whether the command
2771+
is restarted or not when the source code
2772+
changes. If set to `true` the command won't
2773+
be restarted. A *hotReloadCapable* `run`
2774+
or `debug` command is expected to handle
2775+
file changes on its own and won't be restarted.
2776+
A *hotReloadCapable* `build` command is
2777+
expected to be executed only once and won't
2778+
be executed again. This field is taken into
2779+
account only for commands `build`, `run`
2780+
and `debug` with `isDefault` set to `true`.
2781+
\n Default value is `false`"
27772782
type: boolean
27782783
id:
27792784
description: Mandatory identifier that allows
@@ -4134,15 +4139,15 @@ spec:
41344139
- kind
41354140
type: object
41364141
hotReloadCapable:
4137-
description: "Whether the command is restarted when source
4138-
code changes. If set to `true` the command won't be restarted.
4139-
A *hotReloadCapable* `run` or `debug` command is expected
4140-
to handle file changes on its own and won't be restarted.
4141-
A *hotReloadCapable* `build` command is expected to be
4142-
executed only once and won't be executed again. This field
4143-
is taken into account only for commands `build`, `run`
4144-
and `debug` with `isDefault` set to `true`. \n Default
4145-
value is `false`"
4142+
description: "Specify whether the command is restarted or
4143+
not when the source code changes. If set to `true` the
4144+
command won't be restarted. A *hotReloadCapable* `run`
4145+
or `debug` command is expected to handle file changes
4146+
on its own and won't be restarted. A *hotReloadCapable*
4147+
`build` command is expected to be executed only once and
4148+
won't be executed again. This field is taken into account
4149+
only for commands `build`, `run` and `debug` with `isDefault`
4150+
set to `true`. \n Default value is `false`"
41464151
type: boolean
41474152
label:
41484153
description: Optional label that provides a label for this
@@ -4933,17 +4938,17 @@ spec:
49334938
type: string
49344939
type: object
49354940
hotReloadCapable:
4936-
description: "Whether the command is restarted
4937-
when source code changes. If set to `true` the
4938-
command won't be restarted. A *hotReloadCapable*
4939-
`run` or `debug` command is expected to handle
4940-
file changes on its own and won't be restarted.
4941-
A *hotReloadCapable* `build` command is expected
4942-
to be executed only once and won't be executed
4943-
again. This field is taken into account only
4944-
for commands `build`, `run` and `debug` with
4945-
`isDefault` set to `true`. \n Default value
4946-
is `false`"
4941+
description: "Specify whether the command is restarted
4942+
or not when the source code changes. If set
4943+
to `true` the command won't be restarted. A
4944+
*hotReloadCapable* `run` or `debug` command
4945+
is expected to handle file changes on its own
4946+
and won't be restarted. A *hotReloadCapable*
4947+
`build` command is expected to be executed only
4948+
once and won't be executed again. This field
4949+
is taken into account only for commands `build`,
4950+
`run` and `debug` with `isDefault` set to `true`.
4951+
\n Default value is `false`"
49474952
type: boolean
49484953
label:
49494954
description: Optional label that provides a label
@@ -5848,11 +5853,11 @@ spec:
58485853
type: string
58495854
type: object
58505855
hotReloadCapable:
5851-
description: "Whether the command is restarted when
5852-
source code changes. If set to `true` the command
5853-
won't be restarted. A *hotReloadCapable* `run` or
5854-
`debug` command is expected to handle file changes
5855-
on its own and won't be restarted. A *hotReloadCapable*
5856+
description: "Specify whether the command is restarted
5857+
or not when the source code changes. If set to `true`
5858+
the command won't be restarted. A *hotReloadCapable*
5859+
`run` or `debug` command is expected to handle file
5860+
changes on its own and won't be restarted. A *hotReloadCapable*
58565861
`build` command is expected to be executed only once
58575862
and won't be executed again. This field is taken into
58585863
account only for commands `build`, `run` and `debug`
@@ -6634,17 +6639,18 @@ spec:
66346639
type: string
66356640
type: object
66366641
hotReloadCapable:
6637-
description: "Whether the command is restarted
6638-
when source code changes. If set to `true`
6639-
the command won't be restarted. A *hotReloadCapable*
6640-
`run` or `debug` command is expected to
6641-
handle file changes on its own and won't
6642-
be restarted. A *hotReloadCapable* `build`
6643-
command is expected to be executed only
6644-
once and won't be executed again. This field
6645-
is taken into account only for commands
6646-
`build`, `run` and `debug` with `isDefault`
6647-
set to `true`. \n Default value is `false`"
6642+
description: "Specify whether the command
6643+
is restarted or not when the source code
6644+
changes. If set to `true` the command won't
6645+
be restarted. A *hotReloadCapable* `run`
6646+
or `debug` command is expected to handle
6647+
file changes on its own and won't be restarted.
6648+
A *hotReloadCapable* `build` command is
6649+
expected to be executed only once and won't
6650+
be executed again. This field is taken into
6651+
account only for commands `build`, `run`
6652+
and `debug` with `isDefault` set to `true`.
6653+
\n Default value is `false`"
66486654
type: boolean
66496655
label:
66506656
description: Optional label that provides

0 commit comments

Comments
 (0)