You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2015/05/05 17:47:42 UTC

camel git commit: Camel-Openshift component docs

Repository: camel
Updated Branches:
  refs/heads/master f1c6f0717 -> f974b5502


Camel-Openshift component docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f974b550
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f974b550
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f974b550

Branch: refs/heads/master
Commit: f974b5502953dfcffabc6ce0e5d0acdec7f67f9b
Parents: f1c6f07
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue May 5 17:46:12 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue May 5 17:46:12 2015 +0200

----------------------------------------------------------------------
 .../org/apache/camel/component/openshift/OpenShiftEndpoint.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f974b550/components/camel-openshift/src/main/java/org/apache/camel/component/openshift/OpenShiftEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-openshift/src/main/java/org/apache/camel/component/openshift/OpenShiftEndpoint.java b/components/camel-openshift/src/main/java/org/apache/camel/component/openshift/OpenShiftEndpoint.java
index 6cfb4fa..faaedc0 100644
--- a/components/camel-openshift/src/main/java/org/apache/camel/component/openshift/OpenShiftEndpoint.java
+++ b/components/camel-openshift/src/main/java/org/apache/camel/component/openshift/OpenShiftEndpoint.java
@@ -45,7 +45,7 @@ public class OpenShiftEndpoint extends ScheduledPollEndpoint {
     private String server;
     @UriParam(label = "producer", enums = "list,start,stop,restart,state,getStandaloneCartridge,getEmbeddedCartridges,addEmbeddedCartridge,removeEmbeddedCartridge,"
             + "scaleUp,scaleDown,getGitUrl,getDeploymentType,setDeploymentType,getAllEnvironmentVariables,addEnvironmentVariable,addMultipleEnvironmentVariables,"
-            + "updateEnvironmentVariable,getEnvironmentVariableValue,removeEnvironmentVariable,getGearProfile")
+            + "updateEnvironmentVariable,getEnvironmentVariableValue,removeEnvironmentVariable,getGearProfile,addAlias,removeAlias,getAliases")
     private String operation;
     @UriParam(label = "producer")
     private String application;