Implemented plugins management from client side.
diff --git a/README.rst b/README.rst
index 319e0b7..19a7565 100644
--- a/README.rst
+++ b/README.rst
@@ -306,6 +306,20 @@
             - repository: base
               file: macros/git.groovy
 
+Plugins management from client
+
+.. code-block:: yaml
+
+    
+    jenkins:
+      client:
+        plugin:
+          swarm:
+            restart: false
+          hipchat:
+            enabled: false
+            restart: true
+
 Credentials enforcing from client
 
 .. code-block:: yaml