Repository: camel Updated Branches: refs/heads/master ff46f80f8 -> e364bc7bb
Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e364bc7b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e364bc7b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e364bc7b Branch: refs/heads/master Commit: e364bc7bb096b6bf82c7ae541fc0a898dbdea947 Parents: 7525173 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Jun 8 13:48:41 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jun 8 13:48:57 2016 +0200 ---------------------------------------------------------------------- components/camel-kubernetes/src/main/docs/kubernetes.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e364bc7b/components/camel-kubernetes/src/main/docs/kubernetes.adoc ---------------------------------------------------------------------- diff --git a/components/camel-kubernetes/src/main/docs/kubernetes.adoc b/components/camel-kubernetes/src/main/docs/kubernetes.adoc index 3507e04..f0547ae 100644 --- a/components/camel-kubernetes/src/main/docs/kubernetes.adoc +++ b/components/camel-kubernetes/src/main/docs/kubernetes.adoc @@ -45,8 +45,9 @@ The Kubernetes component has no options. + // endpoint options: START -The Kubernetes component supports 23 endpoint options which are listed below: +The Kubernetes component supports 25 endpoint options which are listed below: {% raw %} [width="100%",cols="2s,1,1m,1m,5",options="header"] @@ -55,7 +56,9 @@ The Kubernetes component supports 23 endpoint options which are listed below: | masterUrl | common | | String | *Required* Kubernetes Master url | apiVersion | common | | String | The Kubernetes API Version to use | category | common | | String | *Required* Kubernetes Producer and Consumer category +| dnsDomain | common | | String | The dns domain used for ServiceCall EIP | kubernetesClient | common | | DefaultKubernetesClient | Default KubernetesClient to use if provided +| portName | common | | String | The port name used for ServiceCall EIP | bridgeErrorHandler | consumer | false | boolean | Allows for bridging the consumer to the Camel routing Error Handler which mean any exceptions occurred while the consumer is trying to pickup incoming messages or the likes will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions that will be logged at WARN/ERROR level and ignored. | namespace | consumer | | String | The namespace | poolSize | consumer | 1 | int | The Consumer pool size @@ -82,6 +85,7 @@ The Kubernetes component supports 23 endpoint options which are listed below: + [[Kubernetes-Headers]] Headers ^^^^^^^