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

⚠ Generate controllers with API Group name as package names in multi-group projects (only Go plugin v3) #1729

Commits on Oct 21, 2020

  1. pkg/plugin/v3: Use GroupPackageName (the API Group cleaned to be used as

    the package name) as the package name when generating
    controllers and controller suite test files with
    non-empty API groups in MultiGroup projects.
    When generating controller with an empty group name in a
    MultiGroup project, or when generating a controller in a non
    MultiGroup project keep the current behavior, which is
    using the `controllers` package name for both the
    controllers and controllers suite test files.
    miguelsorianod committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    d461cb8 View commit details
    Browse the repository at this point in the history