瀏覽代碼

Merge pull request #20777 from Anonymooseable/document-plugin-types

Document interfaces a plugin can implement
Vincent Demeester 9 年之前
父節點
當前提交
c0c10daebf
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/extend/plugin_api.md

+ 6 - 0
docs/extend/plugin_api.md

@@ -127,6 +127,12 @@ Plugins are activated via the following "handshake" API call.
 Responds with a list of Docker subsystems which this plugin implements.
 After activation, the plugin will then be sent events from this subsystem.
 
+Possible values are:
+ - [`authz`](authorization.md)
+ - [`NetworkDriver`](plugins_network.md)
+ - [`VolumeDriver`](plugins_volume.md)
+
+
 ## Plugin retries
 
 Attempts to call a method on a plugin are retried with an exponential backoff