Skip to content

Commit cc39870

Browse files
committed
fix: add files generated by the build
add generated test, documentation and packaging file Signed-off-by: neeraj-laad <neeraj.laad@gmail.com>
1 parent 71a2710 commit cc39870

5 files changed

Lines changed: 46 additions & 0 deletions

File tree

api/src/test/resources/crds/v1/041-Crd-kafkaconnect.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,6 +2378,15 @@ spec:
23782378
group:
23792379
type: string
23802380
description: Maven group id. Applicable to the `maven` artifact type only.
2381+
includeScope:
2382+
type: string
2383+
enum:
2384+
- compile
2385+
- provided
2386+
- runtime
2387+
- test
2388+
- system
2389+
description: "Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. Applicable to the `maven` artifact type only."
23812390
insecure:
23822391
type: boolean
23832392
description: "By default, connections using TLS are verified to check they are secure. The server certificate used must be valid, trusted, and contain the server name. By setting this option to `true`, all TLS verification is disabled and the artifact will be downloaded, even when the server is considered insecure."

api/src/test/resources/crds/v1beta2/041-Crd-kafkaconnect.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,6 +2174,14 @@ spec:
21742174
type: string
21752175
group:
21762176
type: string
2177+
includeScope:
2178+
type: string
2179+
enum:
2180+
- compile
2181+
- provided
2182+
- runtime
2183+
- test
2184+
- system
21772185
insecure:
21782186
type: boolean
21792187
repository:
@@ -4684,6 +4692,14 @@ spec:
46844692
type: string
46854693
group:
46864694
type: string
4695+
includeScope:
4696+
type: string
4697+
enum:
4698+
- compile
4699+
- provided
4700+
- runtime
4701+
- test
4702+
- system
46874703
insecure:
46884704
type: boolean
46894705
repository:

documentation/modules/appendix_crds.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,6 +2398,9 @@ It must have the value `maven` for the type `MavenArtifact`.
23982398
|insecure
23992399
|boolean
24002400
|By default, connections using TLS are verified to check they are secure. The server certificate used must be valid, trusted, and contain the server name. By setting this option to `true`, all TLS verification is disabled and the artifacts will be downloaded, even when the server is considered insecure.
2401+
|includeScope
2402+
|string (one of [system, compile, test, provided, runtime])
2403+
|Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. Applicable to the `maven` artifact type only.
24012404
|====
24022405

24032406
[id='type-OtherArtifact-{context}']

packaging/helm-charts/helm3/strimzi-kafka-operator/crds/041-Crd-kafkaconnect.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,6 +2379,15 @@ spec:
23792379
group:
23802380
type: string
23812381
description: Maven group id. Applicable to the `maven` artifact type only.
2382+
includeScope:
2383+
type: string
2384+
enum:
2385+
- compile
2386+
- provided
2387+
- runtime
2388+
- test
2389+
- system
2390+
description: "Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. Applicable to the `maven` artifact type only."
23822391
insecure:
23832392
type: boolean
23842393
description: "By default, connections using TLS are verified to check they are secure. The server certificate used must be valid, trusted, and contain the server name. By setting this option to `true`, all TLS verification is disabled and the artifact will be downloaded, even when the server is considered insecure."

packaging/install/cluster-operator/041-Crd-kafkaconnect.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,6 +2378,15 @@ spec:
23782378
group:
23792379
type: string
23802380
description: Maven group id. Applicable to the `maven` artifact type only.
2381+
includeScope:
2382+
type: string
2383+
enum:
2384+
- compile
2385+
- provided
2386+
- runtime
2387+
- test
2388+
- system
2389+
description: "Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. Applicable to the `maven` artifact type only."
23812390
insecure:
23822391
type: boolean
23832392
description: "By default, connections using TLS are verified to check they are secure. The server certificate used must be valid, trusted, and contain the server name. By setting this option to `true`, all TLS verification is disabled and the artifact will be downloaded, even when the server is considered insecure."

0 commit comments

Comments
 (0)