Skip to content

Commit 9c86a40

Browse files
mmulhollammulholldavidfestal
authored
Protocol updates (#268)
* Add https and wss to protocol enum * Add generated files * Update pkg/apis/workspaces/v1alpha2/endpoint.go Co-authored-by: David Festal <[email protected]> Co-authored-by: Martin Mulholland <[email protected]> Co-authored-by: David Festal <[email protected]>
1 parent aad6532 commit 9c86a40

19 files changed

+611
-227
lines changed

crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

+51-12
Original file line numberDiff line numberDiff line change
@@ -4543,14 +4543,17 @@ spec:
45434543
value is `http`"
45444544
enum:
45454545
- http
4546+
- https
45464547
- ws
4548+
- wss
45474549
- tcp
45484550
- udp
45494551
type: string
45504552
secure:
45514553
description: Describes whether the endpoint should
45524554
be secured and protected by some authentication
4553-
process
4555+
process. This requires a protocol of "https"
4556+
or "wss".
45544557
type: boolean
45554558
targetPort:
45564559
type: integer
@@ -4709,14 +4712,17 @@ spec:
47094712
value is `http`"
47104713
enum:
47114714
- http
4715+
- https
47124716
- ws
4717+
- wss
47134718
- tcp
47144719
- udp
47154720
type: string
47164721
secure:
47174722
description: Describes whether the endpoint should
47184723
be secured and protected by some authentication
4719-
process
4724+
process. This requires a protocol of "https"
4725+
or "wss".
47204726
type: boolean
47214727
targetPort:
47224728
type: integer
@@ -4815,14 +4821,17 @@ spec:
48154821
value is `http`"
48164822
enum:
48174823
- http
4824+
- https
48184825
- ws
4826+
- wss
48194827
- tcp
48204828
- udp
48214829
type: string
48224830
secure:
48234831
description: Describes whether the endpoint should
48244832
be secured and protected by some authentication
4825-
process
4833+
process. This requires a protocol of "https"
4834+
or "wss".
48264835
type: boolean
48274836
targetPort:
48284837
type: integer
@@ -5266,14 +5275,18 @@ spec:
52665275
is `http`"
52675276
enum:
52685277
- http
5278+
- https
52695279
- ws
5280+
- wss
52705281
- tcp
52715282
- udp
52725283
type: string
52735284
secure:
52745285
description: Describes whether the endpoint
52755286
should be secured and protected by
5276-
some authentication process
5287+
some authentication process. This
5288+
requires a protocol of "https" or
5289+
"wss".
52775290
type: boolean
52785291
targetPort:
52795292
type: integer
@@ -5421,14 +5434,18 @@ spec:
54215434
is `http`"
54225435
enum:
54235436
- http
5437+
- https
54245438
- ws
5439+
- wss
54255440
- tcp
54265441
- udp
54275442
type: string
54285443
secure:
54295444
description: Describes whether the endpoint
54305445
should be secured and protected by
5431-
some authentication process
5446+
some authentication process. This
5447+
requires a protocol of "https" or
5448+
"wss".
54325449
type: boolean
54335450
targetPort:
54345451
type: integer
@@ -5537,14 +5554,18 @@ spec:
55375554
is `http`"
55385555
enum:
55395556
- http
5557+
- https
55405558
- ws
5559+
- wss
55415560
- tcp
55425561
- udp
55435562
type: string
55445563
secure:
55455564
description: Describes whether the endpoint
55465565
should be secured and protected by
5547-
some authentication process
5566+
some authentication process. This
5567+
requires a protocol of "https" or
5568+
"wss".
55485569
type: boolean
55495570
targetPort:
55505571
type: integer
@@ -6058,14 +6079,17 @@ spec:
60586079
`http`"
60596080
enum:
60606081
- http
6082+
- https
60616083
- ws
6084+
- wss
60626085
- tcp
60636086
- udp
60646087
type: string
60656088
secure:
60666089
description: Describes whether the endpoint
60676090
should be secured and protected by some
6068-
authentication process
6091+
authentication process. This requires a
6092+
protocol of "https" or "wss".
60696093
type: boolean
60706094
targetPort:
60716095
type: integer
@@ -6205,14 +6229,17 @@ spec:
62056229
`http`"
62066230
enum:
62076231
- http
6232+
- https
62086233
- ws
6234+
- wss
62096235
- tcp
62106236
- udp
62116237
type: string
62126238
secure:
62136239
description: Describes whether the endpoint
62146240
should be secured and protected by some
6215-
authentication process
6241+
authentication process. This requires a
6242+
protocol of "https" or "wss".
62166243
type: boolean
62176244
targetPort:
62186245
type: integer
@@ -6313,14 +6340,17 @@ spec:
63136340
`http`"
63146341
enum:
63156342
- http
6343+
- https
63166344
- ws
6345+
- wss
63176346
- tcp
63186347
- udp
63196348
type: string
63206349
secure:
63216350
description: Describes whether the endpoint
63226351
should be secured and protected by some
6323-
authentication process
6352+
authentication process. This requires a
6353+
protocol of "https" or "wss".
63246354
type: boolean
63256355
targetPort:
63266356
type: integer
@@ -6777,15 +6807,18 @@ spec:
67776807
`http`"
67786808
enum:
67796809
- http
6810+
- https
67806811
- ws
6812+
- wss
67816813
- tcp
67826814
- udp
67836815
type: string
67846816
secure:
67856817
description: Describes whether the
67866818
endpoint should be secured and
67876819
protected by some authentication
6788-
process
6820+
process. This requires a protocol
6821+
of "https" or "wss".
67896822
type: boolean
67906823
targetPort:
67916824
type: integer
@@ -6942,15 +6975,18 @@ spec:
69426975
`http`"
69436976
enum:
69446977
- http
6978+
- https
69456979
- ws
6980+
- wss
69466981
- tcp
69476982
- udp
69486983
type: string
69496984
secure:
69506985
description: Describes whether the
69516986
endpoint should be secured and
69526987
protected by some authentication
6953-
process
6988+
process. This requires a protocol
6989+
of "https" or "wss".
69546990
type: boolean
69556991
targetPort:
69566992
type: integer
@@ -7065,15 +7101,18 @@ spec:
70657101
`http`"
70667102
enum:
70677103
- http
7104+
- https
70687105
- ws
7106+
- wss
70697107
- tcp
70707108
- udp
70717109
type: string
70727110
secure:
70737111
description: Describes whether the
70747112
endpoint should be secured and
70757113
protected by some authentication
7076-
process
7114+
process. This requires a protocol
7115+
of "https" or "wss".
70777116
type: boolean
70787117
targetPort:
70797118
type: integer

0 commit comments

Comments
 (0)