mistk.transform.server.controllers.transform_plugin_endpoint_controller module¶
-
mistk.transform.server.controllers.transform_plugin_endpoint_controller.get_api_version()¶ Returns the version of the MISTK API
Returns the version of the MISTK API # noqa: E501
- Return type
str
-
mistk.transform.server.controllers.transform_plugin_endpoint_controller.get_status(watch=None, resourceVersion=None)¶ Retrieves the status of the transform plugin
# noqa: E501
- Parameters
watch (bool) – Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
resourceVersion – When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
- Return type
-
mistk.transform.server.controllers.transform_plugin_endpoint_controller.terminate()¶ Shutdowns the transform plugin and cleans up any resources.
# noqa: E501
- Return type
None
-
mistk.transform.server.controllers.transform_plugin_endpoint_controller.transform(initParams)¶ Performs the transforms defined for this plugin
# noqa: E501
- Parameters
initParams (dict | bytes) – A list of directory paths where input files can be found.
- Return type
None