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

Migrate v1beta1 RunResult to Unversioned Package #6514

Merged
merged 1 commit into from
Apr 14, 2023

Commits on Apr 13, 2023

  1. Migrate v1beta1 RunResult to Unversioned Package

    This commit migrates the v1beta1 RunResult to the unversioned result
    package since it is no longer a struct in api used for v1beta1 resource types.
    The RunResult struct was previously PipelineResourceResult and it has been renamed
    and moved to an unversioned package because it is no longer used in apis.
    
    The old struct PipelineResourceResult and its ResultType is aliased and kept in
    v1beta1 for backward compatibility.
    JeromeJu committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bc4fce9 View commit details
    Browse the repository at this point in the history