Skip to content

Commit

Permalink
updated API ref
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe committed Aug 8, 2023
1 parent c86ab93 commit 4c9c035
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)_ | |
Expand Down Expand Up @@ -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_ | |


Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)_ | |
Expand Down Expand Up @@ -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_ | |


Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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. |


Expand Down

0 comments on commit 4c9c035

Please sign in to comment.