This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new fb1695f  Added mesos-resource-provider-sdk in client libraries.
fb1695f is described below

commit fb1695f93acad12f07634423e205fad1384dde1e
Author: longfei <[email protected]>
AuthorDate: Mon Apr 15 11:25:41 2019 -0700

    Added mesos-resource-provider-sdk in client libraries.
    
    Added Resource Provider SDK in Go contributed by @carlonelong, which
    is based on @verizonlab' Mesos Framework SDK. The latter is removed
    since it is no longer maintained.
    
    This closes #333
---
 docs/api-client-libraries.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/docs/api-client-libraries.md b/docs/api-client-libraries.md
index 4d623bd..bb5e579 100644
--- a/docs/api-client-libraries.md
+++ b/docs/api-client-libraries.md
@@ -53,7 +53,7 @@ run into any issues, file them with the library maintainers.*
   <td>Go</td>
 </tr>
 <tr>
-  <td><a href="https://github.com/verizonlabs/mesos-framework-sdk";>
+  <td><a href="https://github.com/carlonelong/mesos-framework-sdk";>
   mesos-framework-sdk</a></td>
   <td>Go</td>
 </tr>
@@ -145,3 +145,21 @@ run into any issues, file them with the library 
maintainers.*
   </td>
 </tr>
 </table>
+
+## Resource Provider API
+
+### User Contributed
+
+*Note: These libraries are supported by their authors, so if you
+run into any issues, file them with the library maintainers.*
+
+<table class="table table-bordered">
+<thead>
+<tr><th>Name</th><th>Language</th>
+</thead>
+<tr>
+  <td><a href="https://github.com/carlonelong/mesos-resource-provider-sdk";>
+  mesos-resource-provider-sdk</a></td>
+  <td>Go</td>
+</tr>
+</table>

Reply via email to