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

go, api: Create a structure API #2338

Closed
wants to merge 1 commit into from

Commits on Feb 20, 2024

  1. go, api: Create a structure API

    At some scenarios is useful to have a "structured" version of the
    network_state, this change creates a golang api tested toward examples
    and stated used at integration tests it also add the kubebuilder tags to
    be k8s CRD friendly, the api is created using a code generator writen in
    rust that use the crate "syn" to traverse the rust ast of specific files
    that contains the nmstate rust interface.
    
    Signed-off-by: Enrique Llorente <ellorent@redhat.com>
    qinqon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    803a171 View commit details
    Browse the repository at this point in the history