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 f3ebde93b79b0e4942fbb959e9fe2157c5565a22 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 18 11:42:55 2019 +0200 Camel-Kubernetes: Added supported producer operation to resource sa docs --- .../src/main/docs/kubernetes-service-accounts-component.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc index d68d339..a0a6e3e 100644 --- a/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc +++ b/components/camel-kubernetes/src/main/docs/kubernetes-service-accounts-component.adoc @@ -100,3 +100,11 @@ The component supports 2 options, which are listed below. |=== // spring-boot-auto-configure options: END +== Supported producer operation + +- listServiceAccounts +- listServiceAccountsByLabels +- getServiceAccount +- createServiceAccount +- deleteServiceAccount +
