From 5e823fe7bfe2b73223f9e03aa829fa6a612cc1bf Mon Sep 17 00:00:00 2001 From: resoluteCoder Date: Mon, 19 Aug 2024 12:29:25 -0500 Subject: [PATCH] added work python back in for deprecation warning --- .../user_guide/configuration_options.rst | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/source/user_guide/configuration_options.rst b/docs/source/user_guide/configuration_options.rst index 3e64bc50b..3de8831a3 100644 --- a/docs/source/user_guide/configuration_options.rst +++ b/docs/source/user_guide/configuration_options.rst @@ -824,6 +824,33 @@ Work Kubernetes work-kubernetes: - worktype: cat + + + +^^^^^^^^^^^ +Work Python +^^^^^^^^^^^ +.. list-table:: Work Python [DEPRECATION WARNING] This option is not currently being used. This feature will be removed from receptor in a future release + :header-rows: 1 + :widths: auto + + * - Parameter + - Description + - Default value + * - ``config=`` + - Plugin-specific configuration + - No default value. + * - ``function=`` + - Receptor-exported function to call (required) + - No default value. + * - ``plugin=`` + - Python module name of the worker plugin (required) + - No default value. + * - ``worktype=`` + - Name for this worker type (required) + - No default value. + + ^^^^^^^^^^^^ Work Signing ^^^^^^^^^^^^