Closed aureleoules closed 9 months ago
This pull request adds the protobuf structure of the kubernetes resource "NetworkPolicy" and adds the associated generated code.
This pull request will allow generating the necessary models for the cluster-agent to collect the NetworkPolicy kubernetes resource.
I have split the manually changed code in the first commit and the generated code in the second commit for easier review.
Running rake codegen should not produce any new changes in the pr branch.
rake codegen
Reviewers: please see the review guidelines.
What does this PR do?
This pull request adds the protobuf structure of the kubernetes resource "NetworkPolicy" and adds the associated generated code.
Motivation
This pull request will allow generating the necessary models for the cluster-agent to collect the NetworkPolicy kubernetes resource.
Additional Notes
I have split the manually changed code in the first commit and the generated code in the second commit for easier review.
Describe how to test/QA your changes
Running
rake codegen
should not produce any new changes in the pr branch.Reviewer's Checklist
Reviewers: please see the review guidelines.