Skip to content

Commit

Permalink
feat(lifecycle-operator): clean up KeptnTask API by removing duplicat…
Browse files Browse the repository at this point in the history
…ed attributes (#1965)

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Sep 5, 2023
1 parent 14573cd commit 257b220
Show file tree
Hide file tree
Showing 24 changed files with 894 additions and 919 deletions.
766 changes: 368 additions & 398 deletions .github/scripts/.helm-tests/default/result.yaml

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,6 @@ _Appears in:_

| Field | Description |
| --- | --- |
| `workload` _string_ | Workload defines the KeptnWorkload for which the KeptnTask is executed. |
| `workloadVersion` _string_ | WorkloadVersion defines the version of the KeptnWorkload for which the KeptnTask is executed. |
| `app` _string_ | AppName defines the KeptnApp for which the KeptnTask is executed. |
| `appVersion` _string_ | AppVersion defines the version of the KeptnApp for which the KeptnTask is executed. |
| `taskDefinition` _string_ | TaskDefinition refers to the name of the KeptnTaskDefinition which includes the specification for the task to be performed. The KeptnTaskDefinition can be located in the same namespace as the KeptnTask, or in the KLT namespace. |
| `context` _[TaskContext](#taskcontext)_ | Context contains contextual information about the task execution. |
| `parameters` _[TaskParameters](#taskparameters)_ | Parameters contains parameters that will be passed to the job that executes the task. |
Expand Down
Loading

0 comments on commit 257b220

Please sign in to comment.