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

Introduce support for Catalogs that enable specifying KRMFunctions #5507

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2024

  1. Introduce catalog API, and integrate it with Kustomize command

    This commit introduces a Catalog API, and allows the kustomize
    command to accept a list of paths that resolve to a catalog file.
    
    Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
    varshaprasad96 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fb6f128 View commit details
    Browse the repository at this point in the history
  2. Add support to accept function spec from catalogs

    This commit modifies the logic to read function specs
    from catalog in addition to the annotations. This feature
    is currently enabled only with transformers.
    
    Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
    varshaprasad96 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5a148d7 View commit details
    Browse the repository at this point in the history