Skip to content

Commit

Permalink
generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Oct 4, 2024
1 parent 40847c6 commit a6f1644
Show file tree
Hide file tree
Showing 9 changed files with 949 additions and 964 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: openshift-build-configs
cqCamelPartTitle: Openshift Build Config
cqCamelPartTitle: OpenShift Build Config
cqCamelPartDescription: Perform operations on OpenShift Build Configs.
cqExtensionPageTitle: Kubernetes
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/components/openshift-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: openshift-builds
cqCamelPartTitle: Openshift Builds
cqCamelPartTitle: OpenShift Builds
cqCamelPartDescription: Perform operations on OpenShift Builds.
cqExtensionPageTitle: Kubernetes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: openshift-deploymentconfigs
cqCamelPartTitle: Openshift Deployment Configs
cqCamelPartDescription: Perform operations on Openshift Deployment Configs and get notified on Deployment Config changes.
cqCamelPartTitle: OpenShift Deployment Configs
cqCamelPartDescription: Perform operations on OpenShift Deployment Configs and get notified on Deployment Config changes.
cqExtensionPageTitle: Kubernetes
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/others/groovy-dsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-groovy-dsl
cqArtifactIdBase: groovy-dsl
cqNativeSupported: true
cqStatus: Stable
cqDeprecated: false
cqDeprecated: true
cqJvmSince: 1.8.0
cqNativeSince: 2.16.0
cqCamelPartName: groovy-dsl
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/groovy-dsl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
:cq-artifact-id: camel-quarkus-groovy-dsl
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-status-deprecation: Stable Deprecated
:cq-description: Support for parsing Groovy route definitions at runtime
:cq-deprecated: false
:cq-deprecated: true
:cq-jvm-since: 1.8.0
:cq-native-since: 2.16.0

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native since##[.badge-supported]##2.16.0##
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native since##[.badge-supported]##2.16.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
endif::[]

Support for parsing Groovy route definitions at runtime
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Perform operations against Kubernetes API
* xref:{cq-camel-components}::kubernetes-secrets-component.adoc[Kubernetes Secrets component], URI syntax: `kubernetes-secrets:masterUrl`
* xref:{cq-camel-components}::kubernetes-service-accounts-component.adoc[Kubernetes Service Account component], URI syntax: `kubernetes-service-accounts:masterUrl`
* xref:{cq-camel-components}::kubernetes-services-component.adoc[Kubernetes Services component], URI syntax: `kubernetes-services:masterUrl`
* xref:{cq-camel-components}::openshift-build-configs-component.adoc[Openshift Build Config component], URI syntax: `openshift-build-configs:masterUrl`
* xref:{cq-camel-components}::openshift-builds-component.adoc[Openshift Builds component], URI syntax: `openshift-builds:masterUrl`
* xref:{cq-camel-components}::openshift-deploymentconfigs-component.adoc[Openshift Deployment Configs component], URI syntax: `openshift-deploymentconfigs:masterUrl`
* xref:{cq-camel-components}::openshift-build-configs-component.adoc[OpenShift Build Config component], URI syntax: `openshift-build-configs:masterUrl`
* xref:{cq-camel-components}::openshift-builds-component.adoc[OpenShift Builds component], URI syntax: `openshift-builds:masterUrl`
* xref:{cq-camel-components}::openshift-deploymentconfigs-component.adoc[OpenShift Deployment Configs component], URI syntax: `openshift-deploymentconfigs:masterUrl`

Please refer to the above links for usage and configuration details.

Expand Down
1,045 changes: 520 additions & 525 deletions poms/bom/src/main/generated/flattened-full-pom.xml

Large diffs are not rendered by default.

Loading

0 comments on commit a6f1644

Please sign in to comment.