Skip to content

Commit ad41097

Browse files
feat/ 1
1 parent 5c17fc8 commit ad41097

5 files changed

+34
-4
lines changed

apis/v1beta1/zz_generated.deepcopy.go

+17-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/manifests/opentelemetry.io_opentelemetrycollectors.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6606,6 +6606,9 @@ spec:
66066606
properties:
66076607
appProtocol:
66086608
type: string
6609+
hostPort:
6610+
format: int32
6611+
type: integer
66096612
name:
66106613
type: string
66116614
nodePort:

config/crd/bases/opentelemetry.io_opentelemetrycollectors.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6590,11 +6590,11 @@ spec:
65906590
ports:
65916591
items:
65926592
properties:
6593+
appProtocol:
6594+
type: string
65936595
hostPort:
65946596
format: int32
65956597
type: integer
6596-
appProtocol:
6597-
type: string
65986598
name:
65996599
type: string
66006600
nodePort:

config/crd/bases/opentelemetry.io_targetallocators.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2199,6 +2199,9 @@ spec:
21992199
properties:
22002200
appProtocol:
22012201
type: string
2202+
hostPort:
2203+
format: int32
2204+
type: integer
22022205
name:
22032206
type: string
22042207
nodePort:

docs/api.md

+9
Original file line numberDiff line numberDiff line change
@@ -34018,6 +34018,15 @@ Resource Types:
3401834018
<br/>
3401934019
</td>
3402034020
<td>false</td>
34021+
</tr><tr>
34022+
<td><b>hostPort</b></td>
34023+
<td>integer</td>
34024+
<td>
34025+
<br/>
34026+
<br/>
34027+
<i>Format</i>: int32<br/>
34028+
</td>
34029+
<td>false</td>
3402134030
</tr><tr>
3402234031
<td><b>name</b></td>
3402334032
<td>string</td>

0 commit comments

Comments
 (0)