Skip to content

Commit 478f636

Browse files
committed
Regenerate files after updating endpoint targetport handling
Signed-off-by: Angel Misevski <[email protected]>
1 parent 6972b37 commit 478f636

18 files changed

+327
-222
lines changed

crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,9 @@ spec:
45444544
or `wss`.
45454545
type: boolean
45464546
targetPort:
4547-
description: The port number should be unique.
4547+
description: Port number to be used within the
4548+
container component. The same port cannot be
4549+
used by two different container components.
45484550
type: integer
45494551
required:
45504552
- name
@@ -4844,7 +4846,9 @@ spec:
48444846
or `wss`.
48454847
type: boolean
48464848
targetPort:
4847-
description: The port number should be unique.
4849+
description: Port number to be used within the
4850+
container component. The same port cannot be
4851+
used by two different container components.
48484852
type: integer
48494853
required:
48504854
- name
@@ -4964,7 +4968,9 @@ spec:
49644968
or `wss`.
49654969
type: boolean
49664970
targetPort:
4967-
description: The port number should be unique.
4971+
description: Port number to be used within the
4972+
container component. The same port cannot be
4973+
used by two different container components.
49684974
type: integer
49694975
required:
49704976
- name
@@ -5362,8 +5368,10 @@ spec:
53625368
`wss`.
53635369
type: boolean
53645370
targetPort:
5365-
description: The port number should
5366-
be unique.
5371+
description: Port number to be used
5372+
within the container component. The
5373+
same port cannot be used by two different
5374+
container components.
53675375
type: integer
53685376
required:
53695377
- name
@@ -5665,8 +5673,10 @@ spec:
56655673
`wss`.
56665674
type: boolean
56675675
targetPort:
5668-
description: The port number should
5669-
be unique.
5676+
description: Port number to be used
5677+
within the container component. The
5678+
same port cannot be used by two different
5679+
container components.
56705680
type: integer
56715681
required:
56725682
- name
@@ -5799,8 +5809,10 @@ spec:
57995809
`wss`.
58005810
type: boolean
58015811
targetPort:
5802-
description: The port number should
5803-
be unique.
5812+
description: Port number to be used
5813+
within the container component. The
5814+
same port cannot be used by two different
5815+
container components.
58045816
type: integer
58055817
required:
58065818
- name
@@ -6298,7 +6310,9 @@ spec:
62986310
protocol of `https` or `wss`.
62996311
type: boolean
63006312
targetPort:
6301-
description: The port number should be unique.
6313+
description: Port number to be used within
6314+
the container component. The same port cannot
6315+
be used by two different container components.
63026316
type: integer
63036317
required:
63046318
- name
@@ -6580,7 +6594,9 @@ spec:
65806594
protocol of `https` or `wss`.
65816595
type: boolean
65826596
targetPort:
6583-
description: The port number should be unique.
6597+
description: Port number to be used within
6598+
the container component. The same port cannot
6599+
be used by two different container components.
65846600
type: integer
65856601
required:
65866602
- name
@@ -6702,7 +6718,9 @@ spec:
67026718
protocol of `https` or `wss`.
67036719
type: boolean
67046720
targetPort:
6705-
description: The port number should be unique.
6721+
description: Port number to be used within
6722+
the container component. The same port cannot
6723+
be used by two different container components.
67066724
type: integer
67076725
required:
67086726
- name
@@ -7115,8 +7133,10 @@ spec:
71157133
of `https` or `wss`.
71167134
type: boolean
71177135
targetPort:
7118-
description: The port number should
7119-
be unique.
7136+
description: Port number to be used
7137+
within the container component.
7138+
The same port cannot be used by
7139+
two different container components.
71207140
type: integer
71217141
required:
71227142
- name
@@ -7432,8 +7452,10 @@ spec:
74327452
of `https` or `wss`.
74337453
type: boolean
74347454
targetPort:
7435-
description: The port number should
7436-
be unique.
7455+
description: Port number to be used
7456+
within the container component.
7457+
The same port cannot be used by
7458+
two different container components.
74377459
type: integer
74387460
required:
74397461
- name
@@ -7573,8 +7595,10 @@ spec:
75737595
of `https` or `wss`.
75747596
type: boolean
75757597
targetPort:
7576-
description: The port number should
7577-
be unique.
7598+
description: Port number to be used
7599+
within the container component.
7600+
The same port cannot be used by
7601+
two different container components.
75787602
type: integer
75797603
required:
75807604
- name

crds/workspace.devfile.io_devworkspaces.yaml

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,9 @@ spec:
45444544
or `wss`.
45454545
type: boolean
45464546
targetPort:
4547-
description: The port number should be unique.
4547+
description: Port number to be used within the
4548+
container component. The same port cannot be
4549+
used by two different container components.
45484550
type: integer
45494551
required:
45504552
- name
@@ -4847,7 +4849,9 @@ spec:
48474849
or `wss`.
48484850
type: boolean
48494851
targetPort:
4850-
description: The port number should be unique.
4852+
description: Port number to be used within the
4853+
container component. The same port cannot be
4854+
used by two different container components.
48514855
type: integer
48524856
required:
48534857
- name
@@ -4969,7 +4973,9 @@ spec:
49694973
or `wss`.
49704974
type: boolean
49714975
targetPort:
4972-
description: The port number should be unique.
4976+
description: Port number to be used within the
4977+
container component. The same port cannot be
4978+
used by two different container components.
49734979
type: integer
49744980
required:
49754981
- name
@@ -5367,8 +5373,10 @@ spec:
53675373
`wss`.
53685374
type: boolean
53695375
targetPort:
5370-
description: The port number should
5371-
be unique.
5376+
description: Port number to be used
5377+
within the container component. The
5378+
same port cannot be used by two different
5379+
container components.
53725380
type: integer
53735381
required:
53745382
- name
@@ -5670,8 +5678,10 @@ spec:
56705678
`wss`.
56715679
type: boolean
56725680
targetPort:
5673-
description: The port number should
5674-
be unique.
5681+
description: Port number to be used
5682+
within the container component. The
5683+
same port cannot be used by two different
5684+
container components.
56755685
type: integer
56765686
required:
56775687
- name
@@ -5804,8 +5814,10 @@ spec:
58045814
`wss`.
58055815
type: boolean
58065816
targetPort:
5807-
description: The port number should
5808-
be unique.
5817+
description: Port number to be used
5818+
within the container component. The
5819+
same port cannot be used by two different
5820+
container components.
58095821
type: integer
58105822
required:
58115823
- name
@@ -6303,7 +6315,9 @@ spec:
63036315
protocol of `https` or `wss`.
63046316
type: boolean
63056317
targetPort:
6306-
description: The port number should be unique.
6318+
description: Port number to be used within
6319+
the container component. The same port cannot
6320+
be used by two different container components.
63076321
type: integer
63086322
required:
63096323
- name
@@ -6585,7 +6599,9 @@ spec:
65856599
protocol of `https` or `wss`.
65866600
type: boolean
65876601
targetPort:
6588-
description: The port number should be unique.
6602+
description: Port number to be used within
6603+
the container component. The same port cannot
6604+
be used by two different container components.
65896605
type: integer
65906606
required:
65916607
- name
@@ -6707,7 +6723,9 @@ spec:
67076723
protocol of `https` or `wss`.
67086724
type: boolean
67096725
targetPort:
6710-
description: The port number should be unique.
6726+
description: Port number to be used within
6727+
the container component. The same port cannot
6728+
be used by two different container components.
67116729
type: integer
67126730
required:
67136731
- name
@@ -7120,8 +7138,10 @@ spec:
71207138
of `https` or `wss`.
71217139
type: boolean
71227140
targetPort:
7123-
description: The port number should
7124-
be unique.
7141+
description: Port number to be used
7142+
within the container component.
7143+
The same port cannot be used by
7144+
two different container components.
71257145
type: integer
71267146
required:
71277147
- name
@@ -7437,8 +7457,10 @@ spec:
74377457
of `https` or `wss`.
74387458
type: boolean
74397459
targetPort:
7440-
description: The port number should
7441-
be unique.
7460+
description: Port number to be used
7461+
within the container component.
7462+
The same port cannot be used by
7463+
two different container components.
74427464
type: integer
74437465
required:
74447466
- name
@@ -7578,8 +7600,10 @@ spec:
75787600
of `https` or `wss`.
75797601
type: boolean
75807602
targetPort:
7581-
description: The port number should
7582-
be unique.
7603+
description: Port number to be used
7604+
within the container component.
7605+
The same port cannot be used by
7606+
two different container components.
75837607
type: integer
75847608
required:
75857609
- name

0 commit comments

Comments
 (0)