Skip to content

Commit

Permalink
typo Openshift --> OpenShift
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Oct 2, 2024
1 parent 6da8e94 commit 0ec86d7
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"component": {
"kind": "component",
"name": "openshift-build-configs",
"title": "Openshift Build Config",
"title": "OpenShift Build Config",
"description": "Perform operations on OpenShift Build Configs.",
"deprecated": false,
"firstVersion": "2.17.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"headers": {
"CamelKubernetesOperation": { "index": 0, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Producer operation", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_OPERATION" },
"CamelKubernetesNamespaceName": { "index": 1, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The namespace name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_NAMESPACE_NAME" },
"CamelKubernetesBuildConfigsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift Config Build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_CONFIGS_LABELS" },
"CamelKubernetesBuildConfigsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The OpenShift Config Build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_CONFIGS_LABELS" },
"CamelKubernetesBuildConfigName": { "index": 3, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift Config Build name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_CONFIG_NAME" }
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"component": {
"kind": "component",
"name": "openshift-builds",
"title": "Openshift Builds",
"title": "OpenShift Builds",
"description": "Perform operations on OpenShift Builds.",
"deprecated": false,
"firstVersion": "2.17.0",
Expand Down Expand Up @@ -31,8 +31,8 @@
"headers": {
"CamelKubernetesOperation": { "index": 0, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Producer operation", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_OPERATION" },
"CamelKubernetesNamespaceName": { "index": 1, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The namespace name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_NAMESPACE_NAME" },
"CamelKubernetesBuildsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILDS_LABELS" },
"CamelKubernetesBuildName": { "index": 3, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift build name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_NAME" }
"CamelKubernetesBuildsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The OpenShift build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILDS_LABELS" },
"CamelKubernetesBuildName": { "index": 3, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The OpenShift build name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_NAME" }
},
"properties": {
"masterUrl": { "index": 0, "kind": "path", "displayName": "Master Url", "group": "producer", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.kubernetes.KubernetesConfiguration", "configurationField": "configuration", "description": "URL to a remote Kubernetes API server. This should only be used when your Camel application is connecting from outside Kubernetes. If you run your Camel application inside Kubernetes, then you can use local or client as the URL to tell Camel to run in local mode. If you connect remotely to Kubernetes, then you may also need some of the many other configuration options for secured connection with certificates, etc." },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"component": {
"kind": "component",
"name": "openshift-deploymentconfigs",
"title": "Openshift Deployment Configs",
"description": "Perform operations on Openshift Deployment Configs and get notified on Deployment Config changes.",
"title": "OpenShift Deployment Configs",
"description": "Perform operations on OpenShift Deployment Configs and get notified on Deployment Config changes.",
"deprecated": false,
"firstVersion": "3.18.0",
"label": "container,cloud",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"component": {
"kind": "component",
"name": "openshift-build-configs",
"title": "Openshift Build Config",
"title": "OpenShift Build Config",
"description": "Perform operations on OpenShift Build Configs.",
"deprecated": false,
"firstVersion": "2.17.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"headers": {
"CamelKubernetesOperation": { "index": 0, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Producer operation", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_OPERATION" },
"CamelKubernetesNamespaceName": { "index": 1, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The namespace name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_NAMESPACE_NAME" },
"CamelKubernetesBuildConfigsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift Config Build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_CONFIGS_LABELS" },
"CamelKubernetesBuildConfigsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The OpenShift Config Build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_CONFIGS_LABELS" },
"CamelKubernetesBuildConfigName": { "index": 3, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift Config Build name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_CONFIG_NAME" }
},
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"component": {
"kind": "component",
"name": "openshift-builds",
"title": "Openshift Builds",
"title": "OpenShift Builds",
"description": "Perform operations on OpenShift Builds.",
"deprecated": false,
"firstVersion": "2.17.0",
Expand Down Expand Up @@ -31,8 +31,8 @@
"headers": {
"CamelKubernetesOperation": { "index": 0, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Producer operation", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_OPERATION" },
"CamelKubernetesNamespaceName": { "index": 1, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The namespace name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_NAMESPACE_NAME" },
"CamelKubernetesBuildsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILDS_LABELS" },
"CamelKubernetesBuildName": { "index": 3, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Openshift build name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_NAME" }
"CamelKubernetesBuildsLabels": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "Map<String, String>", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The OpenShift build labels", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILDS_LABELS" },
"CamelKubernetesBuildName": { "index": 3, "kind": "header", "displayName": "", "group": "producer", "label": "producer", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The OpenShift build name", "constantName": "org.apache.camel.component.kubernetes.KubernetesConstants#KUBERNETES_BUILD_NAME" }
},
"properties": {
"masterUrl": { "index": 0, "kind": "path", "displayName": "Master Url", "group": "producer", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.kubernetes.KubernetesConfiguration", "configurationField": "configuration", "description": "URL to a remote Kubernetes API server. This should only be used when your Camel application is connecting from outside Kubernetes. If you run your Camel application inside Kubernetes, then you can use local or client as the URL to tell Camel to run in local mode. If you connect remotely to Kubernetes, then you may also need some of the many other configuration options for secured connection with certificates, etc." },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"component": {
"kind": "component",
"name": "openshift-deploymentconfigs",
"title": "Openshift Deployment Configs",
"description": "Perform operations on Openshift Deployment Configs and get notified on Deployment Config changes.",
"title": "OpenShift Deployment Configs",
"description": "Perform operations on OpenShift Deployment Configs and get notified on Deployment Config changes.",
"deprecated": false,
"firstVersion": "3.18.0",
"label": "container,cloud",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Openshift Build Config Component
:doctitle: Openshift Build Config
= OpenShift Build Config Component
:doctitle: OpenShift Build Config
:shortname: openshift-build-configs
:artifactid: camel-kubernetes
:description: Perform operations on OpenShift Build Configs.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Openshift Builds Component
:doctitle: Openshift Builds
= OpenShift Builds Component
:doctitle: OpenShift Builds
:shortname: openshift-builds
:artifactid: camel-kubernetes
:description: Perform operations on OpenShift Builds.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Openshift Deployment Configs Component
:doctitle: Openshift Deployment Configs
= OpenShift Deployment Configs Component
:doctitle: OpenShift Deployment Configs
:shortname: openshift-deploymentconfigs
:artifactid: camel-kubernetes
:description: Perform operations on Openshift Deployment Configs and get notified on Deployment Config changes.
:description: Perform operations on OpenShift Deployment Configs and get notified on Deployment Config changes.
:since: 3.18
:supportlevel: Stable
:tabs-sync-option:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ public final class KubernetesConstants {
@Metadata(label = "producer", description = "The ConfigMap annotations", javaType = "Map<String, String>",
applicableFor = SCHEME_CONFIG_MAPS)
public static final String KUBERNETES_CONFIGMAPS_ANNOTATIONS = "CamelKubernetesConfigMapsAnnotations";
@Metadata(label = "producer", description = "The Openshift build labels", javaType = "Map<String, String>",
@Metadata(label = "producer", description = "The OpenShift build labels", javaType = "Map<String, String>",
applicableFor = SCHEME_BUILDS)
public static final String KUBERNETES_BUILDS_LABELS = "CamelKubernetesBuildsLabels";
@Metadata(label = "producer", description = "The Openshift build name", javaType = "String", applicableFor = SCHEME_BUILDS)
@Metadata(label = "producer", description = "The OpenShift build name", javaType = "String", applicableFor = SCHEME_BUILDS)
public static final String KUBERNETES_BUILD_NAME = "CamelKubernetesBuildName";
@Metadata(label = "producer", description = "The Openshift Config Build labels", javaType = "Map<String, String>",
@Metadata(label = "producer", description = "The OpenShift Config Build labels", javaType = "Map<String, String>",
applicableFor = SCHEME_BUILD_CONFIG)
public static final String KUBERNETES_BUILD_CONFIGS_LABELS = "CamelKubernetesBuildConfigsLabels";
@Metadata(label = "producer", description = "The Openshift Config Build name", javaType = "String",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* Perform operations on OpenShift Build Configs.
*/
@UriEndpoint(firstVersion = "2.17.0", scheme = SCHEME_BUILD_CONFIG, title = "Openshift Build Config",
@UriEndpoint(firstVersion = "2.17.0", scheme = SCHEME_BUILD_CONFIG, title = "OpenShift Build Config",
syntax = "openshift-build-configs:masterUrl", producerOnly = true,
category = { Category.CONTAINER, Category.CLOUD },
headersClass = KubernetesConstants.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* Perform operations on OpenShift Builds.
*/
@UriEndpoint(firstVersion = "2.17.0", scheme = SCHEME_BUILDS, title = "Openshift Builds",
@UriEndpoint(firstVersion = "2.17.0", scheme = SCHEME_BUILDS, title = "OpenShift Builds",
syntax = "openshift-builds:masterUrl", producerOnly = true,
category = { Category.CONTAINER, Category.CLOUD },
headersClass = KubernetesConstants.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected void doStart() throws Exception {
protected void doStop() throws Exception {
super.doStop();

LOG.debug("Stopping Openshift DeploymentConfigs Consumer");
LOG.debug("Stopping OpenShift DeploymentConfigs Consumer");
if (executor != null) {
KubernetesHelper.close(deploymentsWatcher, deploymentsWatcher::getWatch);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
import static org.apache.camel.component.kubernetes.KubernetesConstants.SCHEME_DEPLOYMENT_CONFIGS;

/**
* Perform operations on Openshift Deployment Configs and get notified on Deployment Config changes.
* Perform operations on OpenShift Deployment Configs and get notified on Deployment Config changes.
*/
@UriEndpoint(firstVersion = "3.18.0", scheme = SCHEME_DEPLOYMENT_CONFIGS, title = "Openshift Deployment Configs",
@UriEndpoint(firstVersion = "3.18.0", scheme = SCHEME_DEPLOYMENT_CONFIGS, title = "OpenShift Deployment Configs",
syntax = "openshift-deploymentconfigs:masterUrl", category = { Category.CONTAINER, Category.CLOUD },
headersClass = KubernetesConstants.class)
public class OpenshiftDeploymentConfigsEndpoint extends AbstractKubernetesEndpoint {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class KubernetesTestSupport extends CamelTestSupport {
/*
* NOTE: The Camel-Kubernetes tests were originally meant to be run along with the vagrant fabric8-image
* https://github.com/fabric8io/fabric8-installer/tree/master/vagrant/openshift which would provide an
* environment with Openshift/Kubernetes installed.
* environment with OpenShift/Kubernetes installed.
*
* However, since that image is deprecated, you can also run the tests with kind. See the README.md file
* on the root of the component directory for details.
Expand Down
6 changes: 3 additions & 3 deletions docs/components/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@
*** xref:kubernetes-secrets-component.adoc[Kubernetes Secrets]
*** xref:kubernetes-service-accounts-component.adoc[Kubernetes Service Account]
*** xref:kubernetes-services-component.adoc[Kubernetes Services]
*** xref:openshift-build-configs-component.adoc[Openshift Build Config]
*** xref:openshift-builds-component.adoc[Openshift Builds]
*** xref:openshift-deploymentconfigs-component.adoc[Openshift Deployment Configs]
*** xref:openshift-build-configs-component.adoc[OpenShift Build Config]
*** xref:openshift-builds-component.adoc[OpenShift Builds]
*** xref:openshift-deploymentconfigs-component.adoc[OpenShift Deployment Configs]
** xref:kudu-component.adoc[Kudu]
** xref:language-component.adoc[Language]
** xref:ldap-component.adoc[LDAP]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ spec:

The Route trait enhance the Kubenetes manifest with a Route resource to expose the application to the outside world. This requires the presence in the Kubenetes manifest of a Service Resource.

NOTE: You need to enable the Openshift profile trait with `--trait-profile=openshift` option.
NOTE: You need to enable the OpenShift profile trait with `--trait-profile=openshift` option.

The Camel JBang plugin automatically creates an Route Resource if the Service Resource is generated for the Camel route's service trait application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public interface OpenshiftBuildConfigsComponentBuilderFactory {

/**
* Openshift Build Config (camel-kubernetes)
* OpenShift Build Config (camel-kubernetes)
* Perform operations on OpenShift Build Configs.
*
* Category: container,cloud
Expand All @@ -46,7 +46,7 @@ static OpenshiftBuildConfigsComponentBuilder openshiftBuildConfigs() {
}

/**
* Builder for the Openshift Build Config component.
* Builder for the OpenShift Build Config component.
*/
interface OpenshiftBuildConfigsComponentBuilder extends ComponentBuilder<OpenshiftBuildConfigsComponent> {

Expand Down
Loading

0 comments on commit 0ec86d7

Please sign in to comment.