Skip to content

Commit 7a286b3

Browse files
feat/add support in v1alpha
1 parent bcbacb3 commit 7a286b3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

bundle/manifests/opentelemetry.io_opentelemetrycollectors.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2314,6 +2314,9 @@ spec:
23142314
properties:
23152315
appProtocol:
23162316
type: string
2317+
hostPort:
2318+
format: int32
2319+
type: integer
23172320
name:
23182321
type: string
23192322
nodePort:

docs/api.md

+9
Original file line numberDiff line numberDiff line change
@@ -18139,6 +18139,15 @@ Resource Types:
1813918139
<br/>
1814018140
</td>
1814118141
<td>false</td>
18142+
</tr><tr>
18143+
<td><b>hostPort</b></td>
18144+
<td>integer</td>
18145+
<td>
18146+
<br/>
18147+
<br/>
18148+
<i>Format</i>: int32<br/>
18149+
</td>
18150+
<td>false</td>
1814218151
</tr><tr>
1814318152
<td><b>name</b></td>
1814418153
<td>string</td>

0 commit comments

Comments
 (0)