From 4c9c0355b5c3fcb45718d5756f5382b60152992e Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Mon, 7 Aug 2023 23:56:09 -0700 Subject: [PATCH] updated API ref Signed-off-by: Meg McRoberts --- docs/content/en/docs/crd-ref/lifecycle/v1alpha1/_index.md | 4 ++-- docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md | 4 ++-- docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/en/docs/crd-ref/lifecycle/v1alpha1/_index.md b/docs/content/en/docs/crd-ref/lifecycle/v1alpha1/_index.md index 038de5f2d2..741a65ab8b 100644 --- a/docs/content/en/docs/crd-ref/lifecycle/v1alpha1/_index.md +++ b/docs/content/en/docs/crd-ref/lifecycle/v1alpha1/_index.md @@ -306,7 +306,7 @@ _Appears in:_ | `postDeploymentTaskStatus` _[TaskStatus](#taskstatus) array_ | | | `preDeploymentEvaluationTaskStatus` _[EvaluationStatus](#evaluationstatus) array_ | | | `postDeploymentEvaluationTaskStatus` _[EvaluationStatus](#evaluationstatus) array_ | | -| `phaseTraceIDs` _object (keys:string, values:object)_ | | +| `phaseTraceIDs` _[PhaseTraceID](#phasetraceid)_ | | | `status` _KeptnState_ | | | `startTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | | `endTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | @@ -718,7 +718,7 @@ _Appears in:_ | `startTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | | `endTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | | `currentPhase` _string_ | | -| `phaseTraceIDs` _object (keys:string, values:object)_ | | +| `phaseTraceIDs` _[PhaseTraceID](#phasetraceid)_ | | | `status` _KeptnState_ | | 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 03911f14b6..4a74f59111 100644 --- a/docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md +++ b/docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md @@ -308,7 +308,7 @@ _Appears in:_ | `postDeploymentTaskStatus` _[ItemStatus](#itemstatus) array_ | | | `preDeploymentEvaluationTaskStatus` _[ItemStatus](#itemstatus) array_ | | | `postDeploymentEvaluationTaskStatus` _[ItemStatus](#itemstatus) array_ | | -| `phaseTraceIDs` _object (keys:string, values:object)_ | | +| `phaseTraceIDs` _[PhaseTraceID](#phasetraceid)_ | | | `status` _KeptnState_ | | | `startTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | | `endTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | @@ -720,7 +720,7 @@ _Appears in:_ | `startTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | | `endTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | | | `currentPhase` _string_ | | -| `phaseTraceIDs` _object (keys:string, values:object)_ | | +| `phaseTraceIDs` _[PhaseTraceID](#phasetraceid)_ | | | `status` _KeptnState_ | | diff --git a/docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md b/docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md index 290061b868..b94f8bc7d8 100644 --- a/docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md +++ b/docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md @@ -372,7 +372,7 @@ _Appears in:_ | `postDeploymentTaskStatus` _[ItemStatus](#itemstatus) array_ | PostDeploymentTaskStatus indicates the current state of each postDeploymentTask of the KeptnAppVersion. | | `preDeploymentEvaluationTaskStatus` _[ItemStatus](#itemstatus) array_ | PreDeploymentEvaluationTaskStatus indicates the current state of each preDeploymentEvaluation of the KeptnAppVersion. | | `postDeploymentEvaluationTaskStatus` _[ItemStatus](#itemstatus) array_ | PostDeploymentEvaluationTaskStatus indicates the current state of each postDeploymentEvaluation of the KeptnAppVersion. | -| `phaseTraceIDs` _object (keys:string, values:object)_ | PhaseTraceIDs contains the trace IDs of the OpenTelemetry spans of each phase of the KeptnAppVersion. | +| `phaseTraceIDs` _[PhaseTraceID](#phasetraceid)_ | PhaseTraceIDs contains the trace IDs of the OpenTelemetry spans of each phase of the KeptnAppVersion. | | `status` _KeptnState_ | Status represents the overall status of the KeptnAppVersion. | | `startTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | StartTime represents the time at which the deployment of the KeptnAppVersion started. | | `endTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | EndTime represents the time at which the deployment of the KeptnAppVersion finished. | @@ -806,7 +806,7 @@ _Appears in:_ | `startTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | StartTime represents the time at which the deployment of the KeptnWorkloadInstance started. | | `endTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#time-v1-meta)_ | EndTime represents the time at which the deployment of the KeptnWorkloadInstance finished. | | `currentPhase` _string_ | CurrentPhase indicates the current phase of the KeptnWorkloadInstance. This can be: - PreDeploymentTasks - PreDeploymentEvaluations - Deployment - PostDeploymentTasks - PostDeploymentEvaluations | -| `phaseTraceIDs` _object (keys:string, values:object)_ | PhaseTraceIDs contains the trace IDs of the OpenTelemetry spans of each phase of the KeptnWorkloadInstance | +| `phaseTraceIDs` _[PhaseTraceID](#phasetraceid)_ | PhaseTraceIDs contains the trace IDs of the OpenTelemetry spans of each phase of the KeptnWorkloadInstance | | `status` _KeptnState_ | Status represents the overall status of the KeptnWorkloadInstance. |