Skip to content

Commit 794ec87

Browse files
committed
Add default management in the Json schema...
- This should fix issue devfile#74 - This adds the `default` fields in the Json schema files, and the `v1` CRDs, but *not* the `v1beta1` CRDs since defaulting is not supported by it. Signed-off-by: David Festal <[email protected]>
1 parent fdbc9b1 commit 794ec87

19 files changed

+424
-77
lines changed

crds/workspace.devfile.io_devworkspaces.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ spec:
474474
/ \"ide\" / \"ide-dev\","
475475
type: object
476476
exposure:
477+
default: public
477478
description: "Describes how the endpoint should
478479
be exposed on the network. \n - `public` means
479480
that the endpoint will be exposed on the public
@@ -498,6 +499,7 @@ spec:
498499
description: Path of the endpoint URL
499500
type: string
500501
protocol:
502+
default: http
501503
description: "Describes the application and transport
502504
protocols of the traffic that will go through
503505
this endpoint. \n - `http`: Endpoint will have
@@ -556,6 +558,7 @@ spec:
556558
components that set `dedicatedPod` to true."
557559
type: boolean
558560
sourceMapping:
561+
default: /projects
559562
description: Optional specification of the path in the
560563
container where project sources should be transferred/mounted
561564
when `mountSources` is `true`. When omitted, the default
@@ -632,6 +635,7 @@ spec:
632635
/ \"ide\" / \"ide-dev\","
633636
type: object
634637
exposure:
638+
default: public
635639
description: "Describes how the endpoint should
636640
be exposed on the network. \n - `public` means
637641
that the endpoint will be exposed on the public
@@ -656,6 +660,7 @@ spec:
656660
description: Path of the endpoint URL
657661
type: string
658662
protocol:
663+
default: http
659664
description: "Describes the application and transport
660665
protocols of the traffic that will go through
661666
this endpoint. \n - `http`: Endpoint will have
@@ -730,6 +735,7 @@ spec:
730735
/ \"ide\" / \"ide-dev\","
731736
type: object
732737
exposure:
738+
default: public
733739
description: "Describes how the endpoint should
734740
be exposed on the network. \n - `public` means
735741
that the endpoint will be exposed on the public
@@ -754,6 +760,7 @@ spec:
754760
description: Path of the endpoint URL
755761
type: string
756762
protocol:
763+
default: http
757764
description: "Describes the application and transport
758765
protocols of the traffic that will go through
759766
this endpoint. \n - `http`: Endpoint will have
@@ -1185,6 +1192,7 @@ spec:
11851192
/ \"ide\" / \"ide-dev\","
11861193
type: object
11871194
exposure:
1195+
default: public
11881196
description: "Describes how the endpoint
11891197
should be exposed on the network.
11901198
\n - `public` means that the endpoint
@@ -1212,6 +1220,7 @@ spec:
12121220
description: Path of the endpoint URL
12131221
type: string
12141222
protocol:
1223+
default: http
12151224
description: "Describes the application
12161225
and transport protocols of the traffic
12171226
that will go through this endpoint.
@@ -1274,6 +1283,7 @@ spec:
12741283
to true."
12751284
type: boolean
12761285
sourceMapping:
1286+
default: /projects
12771287
description: Optional specification of the
12781288
path in the container where project sources
12791289
should be transferred/mounted when `mountSources`
@@ -1332,6 +1342,7 @@ spec:
13321342
/ \"ide\" / \"ide-dev\","
13331343
type: object
13341344
exposure:
1345+
default: public
13351346
description: "Describes how the endpoint
13361347
should be exposed on the network.
13371348
\n - `public` means that the endpoint
@@ -1359,6 +1370,7 @@ spec:
13591370
description: Path of the endpoint URL
13601371
type: string
13611372
protocol:
1373+
default: http
13621374
description: "Describes the application
13631375
and transport protocols of the traffic
13641376
that will go through this endpoint.
@@ -1440,6 +1452,7 @@ spec:
14401452
/ \"ide\" / \"ide-dev\","
14411453
type: object
14421454
exposure:
1455+
default: public
14431456
description: "Describes how the endpoint
14441457
should be exposed on the network.
14451458
\n - `public` means that the endpoint
@@ -1467,6 +1480,7 @@ spec:
14671480
description: Path of the endpoint URL
14681481
type: string
14691482
protocol:
1483+
default: http
14701484
description: "Describes the application
14711485
and transport protocols of the traffic
14721486
that will go through this endpoint.
@@ -1978,6 +1992,7 @@ spec:
19781992
/ \"ide\" / \"ide-dev\","
19791993
type: object
19801994
exposure:
1995+
default: public
19811996
description: "Describes how the endpoint should
19821997
be exposed on the network. \n - `public`
19831998
means that the endpoint will be exposed
@@ -2003,6 +2018,7 @@ spec:
20032018
description: Path of the endpoint URL
20042019
type: string
20052020
protocol:
2021+
default: http
20062022
description: "Describes the application and
20072023
transport protocols of the traffic that
20082024
will go through this endpoint. \n - `http`:
@@ -2062,6 +2078,7 @@ spec:
20622078
to true."
20632079
type: boolean
20642080
sourceMapping:
2081+
default: /projects
20652082
description: Optional specification of the path
20662083
in the container where project sources should
20672084
be transferred/mounted when `mountSources` is
@@ -2117,6 +2134,7 @@ spec:
21172134
/ \"ide\" / \"ide-dev\","
21182135
type: object
21192136
exposure:
2137+
default: public
21202138
description: "Describes how the endpoint should
21212139
be exposed on the network. \n - `public`
21222140
means that the endpoint will be exposed
@@ -2142,6 +2160,7 @@ spec:
21422160
description: Path of the endpoint URL
21432161
type: string
21442162
protocol:
2163+
default: http
21452164
description: "Describes the application and
21462165
transport protocols of the traffic that
21472166
will go through this endpoint. \n - `http`:
@@ -2217,6 +2236,7 @@ spec:
22172236
/ \"ide\" / \"ide-dev\","
22182237
type: object
22192238
exposure:
2239+
default: public
22202240
description: "Describes how the endpoint should
22212241
be exposed on the network. \n - `public`
22222242
means that the endpoint will be exposed
@@ -2242,6 +2262,7 @@ spec:
22422262
description: Path of the endpoint URL
22432263
type: string
22442264
protocol:
2265+
default: http
22452266
description: "Describes the application and
22462267
transport protocols of the traffic that
22472268
will go through this endpoint. \n - `http`:
@@ -2683,6 +2704,7 @@ spec:
26832704
/ \"ide\" / \"ide-dev\","
26842705
type: object
26852706
exposure:
2707+
default: public
26862708
description: "Describes how the
26872709
endpoint should be exposed on
26882710
the network. \n - `public` means
@@ -2712,6 +2734,7 @@ spec:
27122734
URL
27132735
type: string
27142736
protocol:
2737+
default: http
27152738
description: "Describes the application
27162739
and transport protocols of the
27172740
traffic that will go through this
@@ -2780,6 +2803,7 @@ spec:
27802803
to true."
27812804
type: boolean
27822805
sourceMapping:
2806+
default: /projects
27832807
description: Optional specification of
27842808
the path in the container where project
27852809
sources should be transferred/mounted
@@ -2840,6 +2864,7 @@ spec:
28402864
/ \"ide\" / \"ide-dev\","
28412865
type: object
28422866
exposure:
2867+
default: public
28432868
description: "Describes how the
28442869
endpoint should be exposed on
28452870
the network. \n - `public` means
@@ -2869,6 +2894,7 @@ spec:
28692894
URL
28702895
type: string
28712896
protocol:
2897+
default: http
28722898
description: "Describes the application
28732899
and transport protocols of the
28742900
traffic that will go through this
@@ -2955,6 +2981,7 @@ spec:
29552981
/ \"ide\" / \"ide-dev\","
29562982
type: object
29572983
exposure:
2984+
default: public
29582985
description: "Describes how the
29592986
endpoint should be exposed on
29602987
the network. \n - `public` means
@@ -2984,6 +3011,7 @@ spec:
29843011
URL
29853012
type: string
29863013
protocol:
3014+
default: http
29873015
description: "Describes the application
29883016
and transport protocols of the
29893017
traffic that will go through this

0 commit comments

Comments
 (0)