Resources plugin.
More...
Resources plugin.
Configuration schema:
Examples
def etr.plugins.resources.Plugin.__init__ |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
Initialize and configure resoures plugin.
def etr.plugins.resources.Plugin.add_options |
( |
|
parser | ) |
|
|
static |
Add --resource-host
option.
def etr.plugins.resources.Plugin.setup |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
def etr.plugins.resources.Plugin.teardown |
( |
|
self, |
|
|
|
ctx |
|
) |
| |
Release allocated resources.
string etr.plugins.resources.Plugin.config_schema |
|
static |
Initial value:
3 additionalProperties: False
5 "^[a-zA-Z][a-zA-Z0-9_-]*$":
7 additionalProperties: false
int etr.plugins.resources.Plugin.order = 100 |
|
static |
The documentation for this class was generated from the following file:
- INTROOT/lib/python3.7/site-packages/etr/plugins/resources.py