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

Move several packages into internal #5681

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 25, 2022

  1. Move several packages into internal

    This commit moves several packages in pkg/ into pkg/internal.
    This reduces the Pipelines API surface by ensuring these packages can't be imported
    and relied on by clients, as we only intend for pkg/apis and pkg/client to be imported
    outside of Pipelines. Other packages that contain exported functions used outside
    of pkg/ will be refactored in a later commit.
    lbernick committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    04cb6ca View commit details
    Browse the repository at this point in the history