-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Step and Sidecar Overrides for TaskRun
This implements TEP-0094: Configuring Resources at Runtime. StepOverrides and SidecarOverrides were added to the API in a previous commit. This commit allows them to override resource requirements specified in the Task spec. The same merging strategy that is currently used for stepTemplate is also used for step and sidecar overrides, except that only the resources field of the container is overridden, and unlike with templates, the overrides take precedence over the Task spec.
- Loading branch information
Showing
11 changed files
with
794 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.