diff --git a/docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md b/docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md index 4bbf82a291..9e8e26a7b7 100644 --- a/docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md +++ b/docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md @@ -258,7 +258,13 @@ _Appears in:_ | Field | Description | | --- | --- | -| `KeptnAppSpec` _[KeptnAppSpec](#keptnappspec)_ | | +| `version` _string_ | | +| `revision` _integer_ | | +| `workloads` _[KeptnWorkloadRef](#keptnworkloadref) array_ | | +| `preDeploymentTasks` _string array_ | | +| `postDeploymentTasks` _string array_ | | +| `preDeploymentEvaluations` _string array_ | | +| `postDeploymentEvaluations` _string array_ | | | `appName` _string_ | | | `previousVersion` _string_ | | | `traceId` _object (keys:string, values:string)_ | | @@ -590,7 +596,13 @@ _Appears in:_ | Field | Description | | --- | --- | -| `KeptnWorkloadSpec` _[KeptnWorkloadSpec](#keptnworkloadspec)_ | | +| `app` _string_ | | +| `version` _string_ | | +| `preDeploymentTasks` _string array_ | | +| `postDeploymentTasks` _string array_ | | +| `preDeploymentEvaluations` _string array_ | | +| `postDeploymentEvaluations` _string array_ | | +| `resourceReference` _[ResourceReference](#resourcereference)_ | | | `workloadName` _string_ | | | `previousVersion` _string_ | | | `traceId` _object (keys:string, values:string)_ | |