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

Add generated code using libovsdb #2217

Merged
merged 4 commits into from
Jun 22, 2021
Merged

Commits on Jun 18, 2021

  1. Add nbdb and sbdb package skeletons

    This adds a gen.go in each package that will use
    modelgen from libovsdb to populate the packages based
    on the content of the schema
    
    Signed-off-by: Dave Tucker <[email protected]>
    dave-tucker committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    ffb1649 View commit details
    Browse the repository at this point in the history
  2. Check in generated code

    To reproduce, run ./hack/update-codegen
    
    Signed-off-by: Dave Tucker <[email protected]>
    dave-tucker committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    043fa7c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. util: Add functions to create nb/sb clients

    Signed-off-by: Dave Tucker <[email protected]>
    dave-tucker committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    42bbb06 View commit details
    Browse the repository at this point in the history
  2. go mod: tidy and vendor dependencies

    Signed-off-by: Dave Tucker <[email protected]>
    dave-tucker committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2db262a View commit details
    Browse the repository at this point in the history