Commit de2c00ce authored by Nils Goroll's avatar Nils Goroll

update generated RSTs

parent 9051fee0
Pipeline #456 failed with stages
......@@ -6,10 +6,8 @@
.. role:: ref(emphasis)
.. _vmod_all_healthy(3):
================
vmod_all_healthy
VMOD all_healthy
================
--------------------------------------------------
......@@ -21,10 +19,9 @@ Director which is only healthy if all backends are
SYNOPSIS
========
.. parsed-literal::
::
import all_healthy [from "path"] ;
import all_healthy [as name] [from "path"]
new xdirector = all_healthy.director()
......@@ -34,8 +31,6 @@ SYNOPSIS
BACKEND xdirector.backend()
DESCRIPTION
===========
......@@ -106,15 +101,14 @@ Examples and use cases:
set bereq.backend = be.backend();
}
.. _obj_director:
.. _all_healthy.director():
new xdirector = all_healthy.director()
--------------------------------------
Instantiate an all_healthy director.
.. _func_director.consider:
.. _xdirector.consider():
VOID xdirector.consider(BACKEND)
--------------------------------
......@@ -124,8 +118,7 @@ director.
This method may only be called from vcl_init {}
.. _func_director.set_backend:
.. _xdirector.set_backend():
VOID xdirector.set_backend(BACKEND)
-----------------------------------
......@@ -134,8 +127,7 @@ Set the backend the director resolves to.
This method may only be called from vcl_init {}
.. _func_director.backend:
.. _xdirector.backend():
BACKEND xdirector.backend()
---------------------------
......@@ -146,10 +138,6 @@ backend set using the .set_backend() method.
SEE ALSO
========vcl\(7),varnishd\(1)
COPYRIGHT
=========
......
......@@ -4,37 +4,29 @@
.. Edit vmod.vcc and run make instead
..
.. role:: ref(emphasis)
.. _vmod_all_healthy(3):
================
vmod_all_healthy
================
:tocdepth: 1
--------------------------------------------------
Director which is only healthy if all backends are
--------------------------------------------------
.. _vmod_all_healthy(3):
:Manual section: 3
=====================================================================
VMOD all_healthy - Director which is only healthy if all backends are
=====================================================================
SYNOPSIS
========
.. parsed-literal::
::
import all_healthy [from "path"] ;
import all_healthy [as name] [from "path"]
new xdirector = all_healthy.director()
:ref:`all_healthy.director()`
VOID xdirector.consider(BACKEND)
VOID xdirector.set_backend(BACKEND)
BACKEND xdirector.backend()
:ref:`xdirector.consider()`
:ref:`xdirector.set_backend()`
:ref:`xdirector.backend()`
DESCRIPTION
===========
......@@ -106,23 +98,14 @@ Examples and use cases:
set bereq.backend = be.backend();
}
CONTENTS
========
* :ref:`obj_director`
* :ref:`func_director.backend`
* :ref:`func_director.consider`
* :ref:`func_director.set_backend`
.. _obj_director:
.. _all_healthy.director():
new xdirector = all_healthy.director()
--------------------------------------
Instantiate an all_healthy director.
.. _func_director.consider:
.. _xdirector.consider():
VOID xdirector.consider(BACKEND)
--------------------------------
......@@ -132,8 +115,7 @@ director.
This method may only be called from vcl_init {}
.. _func_director.set_backend:
.. _xdirector.set_backend():
VOID xdirector.set_backend(BACKEND)
-----------------------------------
......@@ -142,8 +124,7 @@ Set the backend the director resolves to.
This method may only be called from vcl_init {}
.. _func_director.backend:
.. _xdirector.backend():
BACKEND xdirector.backend()
---------------------------
......@@ -154,10 +135,6 @@ backend set using the .set_backend() method.
SEE ALSO
========vcl\(7),varnishd\(1)
COPYRIGHT
=========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment