Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow PipelineResource implementations to modify the entire Pod spec. #1345

Merged
merged 1 commit into from
Sep 24, 2019

Commits on Sep 24, 2019

  1. Allow PipelineResource implementations to modify the entire Pod spec.

    This change simplifies the interface by removing the GetUpload/Download container
    and volume methods and replaces it with a more generic "modifier" system.
    
    This can be cleaned up a bit more still, and is intended for an early review at this point.
    dlorenc committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    c362184 View commit details
    Browse the repository at this point in the history