Skip to content

Commit

Permalink
update generated schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Oct 8, 2020
1 parent c117c47 commit ed5f11b
Show file tree
Hide file tree
Showing 16 changed files with 317 additions and 822 deletions.
83 changes: 19 additions & 64 deletions crds/workspace.devfile.io_devworkspaces.v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3111,10 +3111,6 @@ spec:
in the git project. Must have at least one remote
configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
github:
description: Project's GitHub source
Expand Down Expand Up @@ -3143,10 +3139,6 @@ spec:
in the git project. Must have at least one remote
configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
name:
description: Project name
Expand All @@ -3158,17 +3150,19 @@ spec:
- Github
- Zip
type: string
sparseCheckoutDirs:
description: Populate the project sparsely with selected
directories.
items:
type: string
type: array
zip:
description: Project's Zip source
properties:
location:
description: Zip project's source location address.
Should be file path of the archive, e.g. file://$FILE_PATH
type: string
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
required:
- name
Expand All @@ -3189,14 +3183,6 @@ spec:
- required:
- zip
properties:
clonePath:
description: Path relative to the root of the projects
to which this project should be cloned into. This is
a unix-style relative path (i.e. uses forward slashes).
The path is invalid if it is absolute or tries to escape
the project root through the usage of '..'. If not specified,
defaults to the project name.
type: string
description:
description: Description of a starter project
type: string
Expand Down Expand Up @@ -3227,10 +3213,6 @@ spec:
in the git project. Must have at least one remote
configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
github:
description: Project's GitHub source
Expand Down Expand Up @@ -3259,10 +3241,6 @@ spec:
in the git project. Must have at least one remote
configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
name:
description: Project name
Expand All @@ -3274,17 +3252,17 @@ spec:
- Github
- Zip
type: string
subDir:
description: Sub-directory from a starter project to be
used as root for starter project.
type: string
zip:
description: Project's Zip source
properties:
location:
description: Zip project's source location address.
Should be file path of the archive, e.g. file://$FILE_PATH
type: string
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
required:
- name
Expand Down Expand Up @@ -3353,10 +3331,6 @@ spec:
description: The remotes map which should be initialized
in the git project. Must have at least one remote configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
required:
- remotes
type: object
Expand Down Expand Up @@ -3384,10 +3358,6 @@ spec:
description: The remotes map which should be initialized
in the git project. Must have at least one remote configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
required:
- remotes
type: object
Expand All @@ -3402,17 +3372,18 @@ spec:
- Zip
- Custom
type: string
sparseCheckoutDirs:
description: Populate the project sparsely with selected directories.
items:
type: string
type: array
zip:
description: Project's Zip source
properties:
location:
description: Zip project's source location address. Should
be file path of the archive, e.g. file://$FILE_PATH
type: string
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
required:
- name
Expand All @@ -3432,14 +3403,6 @@ spec:
- required:
- custom
properties:
clonePath:
description: Path relative to the root of the projects to
which this project should be cloned into. This is a unix-style
relative path (i.e. uses forward slashes). The path is invalid
if it is absolute or tries to escape the project root through
the usage of '..'. If not specified, defaults to the project
name.
type: string
custom:
description: Project's Custom source
properties:
Expand Down Expand Up @@ -3480,10 +3443,6 @@ spec:
description: The remotes map which should be initialized
in the git project. Must have at least one remote configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
required:
- remotes
type: object
Expand Down Expand Up @@ -3511,10 +3470,6 @@ spec:
description: The remotes map which should be initialized
in the git project. Must have at least one remote configured
type: object
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
required:
- remotes
type: object
Expand All @@ -3529,17 +3484,17 @@ spec:
- Zip
- Custom
type: string
subDir:
description: Sub-directory from a starter project to be used
as root for starter project.
type: string
zip:
description: Project's Zip source
properties:
location:
description: Zip project's source location address. Should
be file path of the archive, e.g. file://$FILE_PATH
type: string
sparseCheckoutDir:
description: Part of project to populate in the working
directory.
type: string
type: object
required:
- name
Expand Down
Loading

0 comments on commit ed5f11b

Please sign in to comment.