Batch changes from of review comments - there are more

This commit is contained in:
alandavis
2022-09-07 15:12:19 +01:00
parent 1abbae8e5b
commit 6e85b860e9
13 changed files with 81 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
## T-Engines
# T-Engines
The t-engines provide the basic transform operations. The Transform Service
provides a common base for the communication with other components. It is
@@ -13,7 +13,7 @@ A t-engine groups together one of more Transformers. Each Transformer
transformations from one MIME Type to another with a common set of
t-options.
~~~
~~~yaml
0010 my-t-engine
Transformer 1
mimetype A -> mimetype B
@@ -32,7 +32,7 @@ t-options.
...
~~~
### Endpoints
## Endpoints
* `POST /transform` to perform a transform. There are two forms:
* For asynchronous transforms: Perform a transform using a
@@ -57,4 +57,4 @@ t-options.
* `GET /version` provides a String message to be included in client debug
messages.
* `GET /ready` used by Kubernetes as a ready probe.
* `GET /live` used by Kubernetes as a ready probe.
* `GET /live` used by Kubernetes as a ready probe.