Skip to content

Commit 3227586

Browse files
committed
Regenerate CRDs and schemas after removing GitHub-type projects
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
1 parent 07df1b5 commit 3227586

17 files changed

+3
-1921
lines changed

crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

Lines changed: 0 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -6957,8 +6957,6 @@ spec:
69576957
oneOf:
69586958
- required:
69596959
- git
6960-
- required:
6961-
- github
69626960
- required:
69636961
- zip
69646962
properties:
@@ -7003,35 +7001,6 @@ spec:
70037001
configured
70047002
type: object
70057003
type: object
7006-
github:
7007-
description: Project's GitHub source. Deprecated, use
7008-
`Git` instead
7009-
properties:
7010-
checkoutFrom:
7011-
description: Defines from what the project should
7012-
be checked out. Required if there are more than
7013-
one remote configured
7014-
properties:
7015-
remote:
7016-
description: The remote name should be used
7017-
as init. Required if there are more than one
7018-
remote configured
7019-
type: string
7020-
revision:
7021-
description: The revision to checkout from.
7022-
Should be branch name, tag or commit id. Default
7023-
branch is used if missing or specified revision
7024-
is not found.
7025-
type: string
7026-
type: object
7027-
remotes:
7028-
additionalProperties:
7029-
type: string
7030-
description: The remotes map which should be initialized
7031-
in the git project. Must have at least one remote
7032-
configured
7033-
type: object
7034-
type: object
70357004
name:
70367005
description: Project name
70377006
maxLength: 63
@@ -7041,7 +7010,6 @@ spec:
70417010
description: Type of project source
70427011
enum:
70437012
- Git
7044-
- Github
70457013
- Zip
70467014
type: string
70477015
sparseCheckoutDirs:
@@ -7077,8 +7045,6 @@ spec:
70777045
oneOf:
70787046
- required:
70797047
- git
7080-
- required:
7081-
- github
70827048
- required:
70837049
- zip
70847050
properties:
@@ -7118,35 +7084,6 @@ spec:
71187084
configured
71197085
type: object
71207086
type: object
7121-
github:
7122-
description: Project's GitHub source. Deprecated, use
7123-
`Git` instead
7124-
properties:
7125-
checkoutFrom:
7126-
description: Defines from what the project should
7127-
be checked out. Required if there are more than
7128-
one remote configured
7129-
properties:
7130-
remote:
7131-
description: The remote name should be used
7132-
as init. Required if there are more than one
7133-
remote configured
7134-
type: string
7135-
revision:
7136-
description: The revision to checkout from.
7137-
Should be branch name, tag or commit id. Default
7138-
branch is used if missing or specified revision
7139-
is not found.
7140-
type: string
7141-
type: object
7142-
remotes:
7143-
additionalProperties:
7144-
type: string
7145-
description: The remotes map which should be initialized
7146-
in the git project. Must have at least one remote
7147-
configured
7148-
type: object
7149-
type: object
71507087
name:
71517088
description: Project name
71527089
maxLength: 63
@@ -7156,7 +7093,6 @@ spec:
71567093
description: Type of project source
71577094
enum:
71587095
- Git
7159-
- Github
71607096
- Zip
71617097
type: string
71627098
subDir:
@@ -7195,8 +7131,6 @@ spec:
71957131
oneOf:
71967132
- required:
71977133
- git
7198-
- required:
7199-
- github
72007134
- required:
72017135
- zip
72027136
- required:
@@ -7257,36 +7191,6 @@ spec:
72577191
required:
72587192
- remotes
72597193
type: object
7260-
github:
7261-
description: Project's GitHub source. Deprecated, use `Git`
7262-
instead
7263-
properties:
7264-
checkoutFrom:
7265-
description: Defines from what the project should be
7266-
checked out. Required if there are more than one remote
7267-
configured
7268-
properties:
7269-
remote:
7270-
description: The remote name should be used as init.
7271-
Required if there are more than one remote configured
7272-
type: string
7273-
revision:
7274-
description: The revision to checkout from. Should
7275-
be branch name, tag or commit id. Default branch
7276-
is used if missing or specified revision is not
7277-
found.
7278-
type: string
7279-
type: object
7280-
remotes:
7281-
additionalProperties:
7282-
type: string
7283-
description: The remotes map which should be initialized
7284-
in the git project. Must have at least one remote
7285-
configured
7286-
type: object
7287-
required:
7288-
- remotes
7289-
type: object
72907194
name:
72917195
description: Project name
72927196
maxLength: 63
@@ -7296,7 +7200,6 @@ spec:
72967200
description: Type of project source
72977201
enum:
72987202
- Git
7299-
- Github
73007203
- Zip
73017204
- Custom
73027205
type: string
@@ -7325,8 +7228,6 @@ spec:
73257228
oneOf:
73267229
- required:
73277230
- git
7328-
- required:
7329-
- github
73307231
- required:
73317232
- zip
73327233
- required:
@@ -7382,36 +7283,6 @@ spec:
73827283
required:
73837284
- remotes
73847285
type: object
7385-
github:
7386-
description: Project's GitHub source. Deprecated, use `Git`
7387-
instead
7388-
properties:
7389-
checkoutFrom:
7390-
description: Defines from what the project should be
7391-
checked out. Required if there are more than one remote
7392-
configured
7393-
properties:
7394-
remote:
7395-
description: The remote name should be used as init.
7396-
Required if there are more than one remote configured
7397-
type: string
7398-
revision:
7399-
description: The revision to checkout from. Should
7400-
be branch name, tag or commit id. Default branch
7401-
is used if missing or specified revision is not
7402-
found.
7403-
type: string
7404-
type: object
7405-
remotes:
7406-
additionalProperties:
7407-
type: string
7408-
description: The remotes map which should be initialized
7409-
in the git project. Must have at least one remote
7410-
configured
7411-
type: object
7412-
required:
7413-
- remotes
7414-
type: object
74157286
name:
74167287
description: Project name
74177288
maxLength: 63
@@ -7421,7 +7292,6 @@ spec:
74217292
description: Type of project source
74227293
enum:
74237294
- Git
7424-
- Github
74257295
- Zip
74267296
- Custom
74277297
type: string

0 commit comments

Comments
 (0)