Skip to content

Commit

Permalink
Auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Apr 3, 2023
1 parent e1eaffa commit 96e160d
Show file tree
Hide file tree
Showing 18 changed files with 395 additions and 230 deletions.
136 changes: 89 additions & 47 deletions crds/workspace.devfile.io_devworkspaces.v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,15 @@ 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: "Whether the command is restarted when
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 ignored
for commands other than `build`, `run` or `debug`.
\n Default value is `false`"
type: boolean
id:
description: Mandatory identifier that allows referencing
Expand Down Expand Up @@ -1108,11 +1112,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: "Whether the command is restarted
when 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 ignored for commands other than `build`,
`run` or `debug`. \n Default value is `false`"
type: boolean
id:
description: Mandatory identifier that allows
Expand Down Expand Up @@ -2028,11 +2037,15 @@ 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: "Whether the command is restarted when
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
ignored for commands other than `build`, `run`
or `debug`. \n Default value is `false`"
type: boolean
id:
description: Mandatory identifier that allows referencing
Expand Down Expand Up @@ -2855,12 +2868,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: "Whether the command is restarted
when 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 ignored for commands other than `build`,
`run` or `debug`. \n Default value is
`false`"
type: boolean
id:
description: Mandatory identifier that
Expand Down Expand Up @@ -4303,11 +4322,15 @@ 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: "Whether the command is restarted when
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
ignored for commands other than `build`, `run` or
`debug`. \n Default value is `false`"
type: boolean
label:
description: Optional label that provides a label
Expand Down Expand Up @@ -5200,11 +5223,15 @@ 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: "Whether the command is restarted when
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 ignored
for commands other than `build`, `run` or `debug`.
\n Default value is `false`"
type: boolean
label:
description: Optional label that provides a label for
Expand Down Expand Up @@ -6016,11 +6043,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: "Whether the command is restarted
when 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 ignored for commands other than `build`,
`run` or `debug`. \n Default value is `false`"
type: boolean
label:
description: Optional label that provides
Expand Down Expand Up @@ -6967,11 +6999,15 @@ 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: "Whether the command is restarted when
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
ignored for commands other than `build`, `run`
or `debug`. \n Default value is `false`"
type: boolean
label:
description: Optional label that provides a label
Expand Down Expand Up @@ -7769,12 +7805,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: "Whether the command is restarted
when 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 ignored for commands other than `build`,
`run` or `debug`. \n Default value is
`false`"
type: boolean
label:
description: Optional label that provides
Expand Down
Loading

0 comments on commit 96e160d

Please sign in to comment.