Skip to content
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

rename sparseCheckoutDir from StarterProject #129

Merged
merged 2 commits into from
Oct 20, 2020
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
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