This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f23c90870c024a530ad7bd4546a712fdbe5d7079 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 18 11:45:22 2019 +0200 Camel-Kubernetes: Added supported producer operation to resource build configs docs --- .../src/main/docs/kubernetes-services-component.adoc | 1 - .../src/main/docs/openshift-build-configs-component.adoc | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc index 518eada..2917639 100644 --- a/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc +++ b/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc @@ -111,7 +111,6 @@ The component supports 2 options, which are listed below. |=== // spring-boot-auto-configure options: END - == Supported producer operation - listServices diff --git a/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc b/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc index 7dc1d83..92f92da 100644 --- a/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc +++ b/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc @@ -73,3 +73,9 @@ with the following path and query parameters: | *username* (security) | Username to connect to Kubernetes | | String |=== // endpoint options: END + +== Supported producer operation + +- listBuildConfigs +- listBuildConfigsByLabels +- getBuildConfig
