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 538db41934d03ae5a37de27c0493996be01cad75 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 18 11:35:37 2019 +0200 Camel-Kubernetes: Added supported producer operation to pv docs --- .../src/main/docs/kubernetes-persistent-volumes-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-persistent-volumes-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-persistent-volumes-component.adoc index 8d42ab4..75dae3e 100644 --- a/components/camel-kubernetes/src/main/docs/kubernetes-persistent-volumes-component.adoc +++ b/components/camel-kubernetes/src/main/docs/kubernetes-persistent-volumes-component.adoc @@ -102,3 +102,8 @@ The component supports 2 options, which are listed below. |=== // spring-boot-auto-configure options: END +== Supported producer operation + +- listPersistentVolumes +- listPersistentVolumesByLabels +- getPersistentVolume
