|
| 1 | +--- |
| 2 | +title:"Pipeline specifications" |
| 3 | +description:"Complete schema for pipelines" |
| 4 | +group:pipelines |
| 5 | +toc:true |
| 6 | +--- |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +##.version |
| 12 | + |
| 13 | +{: .table .table-bordered .table-hover} |
| 14 | +| Field| Description| Type| Value| |
| 15 | +| --------------| ----------------------------|-----------| -------------------------| |
| 16 | +|`.version`| The version of the pipeline schema and is always a fixed version.| string|`1.0`| |
| 17 | + |
| 18 | +##.kind |
| 19 | +{: .table .table-bordered .table-hover} |
| 20 | +| Field| Description| Type| Value| |
| 21 | +| --------------| ----------------------------|-----------| -------------------------| |
| 22 | +|`.kind`| The kind object type for the schema and is always set to`pipeline`.| string|`pipeline'`| |
| 23 | + |
| 24 | +##.metadata |
| 25 | + |
| 26 | +{: .table .table-bordered .table-hover} |
| 27 | +| Field| Description| Type| Value| |
| 28 | +| --------------| ----------------------------|-----------| -------------------------| |
| 29 | +|`.kind`| The object type for the schema and is always set to`pipeline`.| string|`pipeline'`| |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +##.spec |
| 34 | + |
| 35 | +###.spec fields |
| 36 | + |
| 37 | + |
| 38 | +###spec.triggers |
| 39 | + |
| 40 | + |
| 41 | +###spec.triggers.events |
| 42 | + |
| 43 | + |
| 44 | +###spec.cronTriggers |
| 45 | + |
| 46 | +###spec.runtimeEnvironment |
| 47 | + |
| 48 | +###spec.lowMemoryWarningThreshold |
| 49 | + |
| 50 | + |
| 51 | +###spec.requiredAvailableStorage |
| 52 | + |
| 53 | +###spec.clustersInfo |
| 54 | + |
| 55 | +###spec.variables |
| 56 | + |
| 57 | + |
| 58 | +###spec.specTemplate |
| 59 | + |
| 60 | + |
| 61 | +###spec.debug.steps |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |