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

[TEP074] Remove Storage, Git and Generic PipelineResources #6150

Merged
merged 1 commit into from
Mar 7, 2023

Commits on Mar 7, 2023

  1. Remove Git, Storage and Generic PipelineResources

    This commit removes the Git, Storage and Generic PipelineResources:
    
    - removes the Storage resources support at `pkg/apis/resource/v1alpha1/storage` API
    - removes the Git resources support at `pkg/apis/resource/v1alpha1/git` API
    - removes the generic logics for input and output resources
    - removes the `pkg/artifacts` API
    - their corresponding unit test cases, examples and integration tests
    - renames:
      - ResolvedTaskResources Struct renamed to ResolvedTask
      - `pkg/reconciler/taskrun/validate_resources.go` to `pkg/reconciler/taskrun/validate_taskrun.go`
    
    It also removes the generic pipelineResources including:
    - input and output resources
    - from type
    - pipelineResourceRef
    JeromeJu committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f630d97 View commit details
    Browse the repository at this point in the history