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

Define v1alpha1 Run type and generated scaffolding #2871

Merged
merged 1 commit into from
Jul 8, 2020

Commits on Jul 7, 2020

  1. Define v1alpha1 Run type and generated scaffolding

    This defines the basic Run type, which will be used to specify
    executions of Custom Tasks and report status of those executions.
    
    This change doesn't wire the new type in to any controllers or
    validating webhooks, so that this time nothing will happen when a Run is
    created. It also doesn't wire in to PipelineRun execution to enable
    Pipelines to specify Custom Tasks.
    imjasonh committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    f848563 View commit details
    Browse the repository at this point in the history