Skip to content

Commit 2cf8610

Browse files
committed
chore: Update description text and generated resources
Signed-off-by: neeraj-laad <neeraj.laad@gmail.com>
1 parent e7c48a2 commit 2cf8610

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

api/src/main/java/io/strimzi/api/kafka/model/connect/build/MavenArtifact.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public void setInsecure(Boolean insecure) {
9292

9393
@Description("Scope threshold for including dependencies for the artifact. " +
9494
"Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. " +
95+
"When not specified, all transitive dependencies are included. " +
9596
"Applicable to the `maven` artifact type only.")
9697
@JsonInclude(JsonInclude.Include.NON_NULL)
9798
public MavenArtifactIncludeScope getIncludeScope() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ spec:
23862386
- runtime
23872387
- test
23882388
- 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."
2389+
description: "Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. When not specified, all transitive dependencies are included. Applicable to the `maven` artifact type only."
23902390
insecure:
23912391
type: boolean
23922392
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."

documentation/modules/appendix_crds.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ It must have the value `maven` for the type `MavenArtifact`.
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.
24012401
|includeScope
24022402
|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.
2403+
|Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. When not specified, all transitive dependencies are included. Applicable to the `maven` artifact type only.
24042404
|====
24052405

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ spec:
23872387
- runtime
23882388
- test
23892389
- 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."
2390+
description: "Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. When not specified, all transitive dependencies are included. Applicable to the `maven` artifact type only."
23912391
insecure:
23922392
type: boolean
23932393
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ spec:
23862386
- runtime
23872387
- test
23882388
- 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."
2389+
description: "Scope threshold for including dependencies for the artifact. Valid values are `compile`, `provided`, `runtime`, `test`, and `system`. When not specified, all transitive dependencies are included. Applicable to the `maven` artifact type only."
23902390
insecure:
23912391
type: boolean
23922392
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)