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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move generic client APIs into pkg/apis/ #86

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Commits on Nov 26, 2021

  1. Move generic client APIs into pkg/apis/

    This makes much more visible which APIs are supported by the generic client,
    makes it easier to have generic client supporting APIs not sharing any code
    with existing old clients and is a place where other big projects place their
    API definitions.
    
    Also adds code generator comments to the objects and fixes
    lbaasv1.Frontend (which wasn't an object anymore - code gen test catched
    it).
    LittleFox94 committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    32ca322 View commit details
    Browse the repository at this point in the history