Skip to content

Clarify hotReloadCapable field #1091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 98 additions & 45 deletions crds/workspace.devfile.io_devworkspaces.v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,16 @@ spec:
- kind
type: object
hotReloadCapable:
description: "Whether the command is capable to reload
itself when source code changes. If set to `true`
the command won't be restarted and it is expected
to handle file changes on its own. \n Default value
is `false`"
description: "Specify whether the command is restarted
or not when the source code changes. If set to `true`
the command won't be restarted. A *hotReloadCapable*
`run` or `debug` command is expected to handle file
changes on its own and won't be restarted. A *hotReloadCapable*
`build` command is expected to be executed only once
and won't be executed again. This field is taken into
account only for commands `build`, `run` and `debug`
with `isDefault` set to `true`. \n Default value is
`false`"
type: boolean
id:
description: Mandatory identifier that allows referencing
Expand Down Expand Up @@ -1108,11 +1113,18 @@ spec:
- kind
type: object
hotReloadCapable:
description: "Whether the command is capable
to reload itself when source code changes.
If set to `true` the command won't be restarted
and it is expected to handle file changes
on its own. \n Default value is `false`"
description: "Specify whether the command
is restarted or not when the source code
changes. If set to `true` the command won't
be restarted. A *hotReloadCapable* `run`
or `debug` command is expected to handle
file changes on its own and won't be restarted.
A *hotReloadCapable* `build` command is
expected to be executed only once and won't
be executed again. This field is taken into
account only for commands `build`, `run`
and `debug` with `isDefault` set to `true`.
\n Default value is `false`"
type: boolean
id:
description: Mandatory identifier that allows
Expand Down Expand Up @@ -2028,11 +2040,16 @@ spec:
- kind
type: object
hotReloadCapable:
description: "Whether the command is capable to
reload itself when source code changes. If set
to `true` the command won't be restarted and it
is expected to handle file changes on its own.
\n Default value is `false`"
description: "Specify whether the command is restarted
or not when the source code changes. If set to
`true` the command won't be restarted. A *hotReloadCapable*
`run` or `debug` command is expected to handle
file changes on its own and won't be restarted.
A *hotReloadCapable* `build` command is expected
to be executed only once and won't be executed
again. This field is taken into account only for
commands `build`, `run` and `debug` with `isDefault`
set to `true`. \n Default value is `false`"
type: boolean
id:
description: Mandatory identifier that allows referencing
Expand Down Expand Up @@ -2855,11 +2872,18 @@ spec:
- kind
type: object
hotReloadCapable:
description: "Whether the command is capable
to reload itself when source code changes.
If set to `true` the command won't be
restarted and it is expected to handle
file changes on its own. \n Default
description: "Specify whether the command
is restarted or not when the source
code changes. If set to `true` the command
won't be restarted. A *hotReloadCapable*
`run` or `debug` command is expected
to handle file changes on its own and
won't be restarted. A *hotReloadCapable*
`build` command is expected to be executed
only once and won't be executed again.
This field is taken into account only
for commands `build`, `run` and `debug`
with `isDefault` set to `true`. \n Default
value is `false`"
type: boolean
id:
Expand Down Expand Up @@ -4303,11 +4327,16 @@ spec:
type: string
type: object
hotReloadCapable:
description: "Whether the command is capable to reload
itself when source code changes. If set to `true`
the command won't be restarted and it is expected
to handle file changes on its own. \n Default value
is `false`"
description: "Specify whether the command is restarted
or not when the source code changes. If set to `true`
the command won't be restarted. A *hotReloadCapable*
`run` or `debug` command is expected to handle file
changes on its own and won't be restarted. A *hotReloadCapable*
`build` command is expected to be executed only
once and won't be executed again. This field is
taken into account only for commands `build`, `run`
and `debug` with `isDefault` set to `true`. \n Default
value is `false`"
type: boolean
label:
description: Optional label that provides a label
Expand Down Expand Up @@ -5200,11 +5229,16 @@ spec:
- kind
type: object
hotReloadCapable:
description: "Whether the command is capable to reload
itself when source code changes. If set to `true`
the command won't be restarted and it is expected
to handle file changes on its own. \n Default value
is `false`"
description: "Specify whether the command is restarted
or not when the source code changes. If set to `true`
the command won't be restarted. A *hotReloadCapable*
`run` or `debug` command is expected to handle file
changes on its own and won't be restarted. A *hotReloadCapable*
`build` command is expected to be executed only once
and won't be executed again. This field is taken into
account only for commands `build`, `run` and `debug`
with `isDefault` set to `true`. \n Default value is
`false`"
type: boolean
label:
description: Optional label that provides a label for
Expand Down Expand Up @@ -6016,11 +6050,18 @@ spec:
type: string
type: object
hotReloadCapable:
description: "Whether the command is capable
to reload itself when source code changes.
If set to `true` the command won't be restarted
and it is expected to handle file changes
on its own. \n Default value is `false`"
description: "Specify whether the command
is restarted or not when the source code
changes. If set to `true` the command won't
be restarted. A *hotReloadCapable* `run`
or `debug` command is expected to handle
file changes on its own and won't be restarted.
A *hotReloadCapable* `build` command is
expected to be executed only once and won't
be executed again. This field is taken into
account only for commands `build`, `run`
and `debug` with `isDefault` set to `true`.
\n Default value is `false`"
type: boolean
label:
description: Optional label that provides
Expand Down Expand Up @@ -6967,11 +7008,16 @@ spec:
type: string
type: object
hotReloadCapable:
description: "Whether the command is capable to
reload itself when source code changes. If set
to `true` the command won't be restarted and it
is expected to handle file changes on its own.
\n Default value is `false`"
description: "Specify whether the command is restarted
or not when the source code changes. If set to
`true` the command won't be restarted. A *hotReloadCapable*
`run` or `debug` command is expected to handle
file changes on its own and won't be restarted.
A *hotReloadCapable* `build` command is expected
to be executed only once and won't be executed
again. This field is taken into account only for
commands `build`, `run` and `debug` with `isDefault`
set to `true`. \n Default value is `false`"
type: boolean
label:
description: Optional label that provides a label
Expand Down Expand Up @@ -7769,11 +7815,18 @@ spec:
type: string
type: object
hotReloadCapable:
description: "Whether the command is capable
to reload itself when source code changes.
If set to `true` the command won't be
restarted and it is expected to handle
file changes on its own. \n Default
description: "Specify whether the command
is restarted or not when the source
code changes. If set to `true` the command
won't be restarted. A *hotReloadCapable*
`run` or `debug` command is expected
to handle file changes on its own and
won't be restarted. A *hotReloadCapable*
`build` command is expected to be executed
only once and won't be executed again.
This field is taken into account only
for commands `build`, `run` and `debug`
with `isDefault` set to `true`. \n Default
value is `false`"
type: boolean
label:
Expand Down
Loading