-
Notifications
You must be signed in to change notification settings - Fork 235
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 EdgeNetworkNetwork and EdgeNetworkSubnet resources #979
Add EdgeNetworkNetwork and EdgeNetworkSubnet resources #979
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I suggest that for better readability, we could:
- split the first commit into multiple smaller commits. For example, 1 commit for modifying servicemappings and rbacs, etc; 1 commit for the generated files; 1 commit for adding tests and samples.
- instead of having 2 separate commits for "fixing merge conflicts", directly amend the previous commit(s) and do a git force push.
@jingyih I've split up the commit history as you requested. Please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. Overall looks good! I added a few comments (mostly about naming).
config/samples/resources/edgenetworksubnet/edgenetwork_v1beta1_edgenetworksubnet.yaml
Outdated
Show resolved
Hide resolved
config/samples/resources/edgenetworksubnet/edgenetwork_v1beta1_edgenetworknetwork.yaml
Outdated
Show resolved
Hide resolved
config/samples/resources/edgenetworknetwork/edgenetwork_v1beta1_edgenetworknetwork.yaml
Outdated
Show resolved
Hide resolved
config/samples/resources/edgenetworksubnet/edgenetwork_v1beta1_edgenetworksubnet.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix the mock test failures? Thanks!
Otherwise looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: f1urps, jingyih The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d91df41
into
GoogleCloudPlatform:master
Change description
Adds resources for Edge Network API.
Tests you have done
make ready-pr
to ensure this PR is ready for review.Edge Network API has unique requirements such that integration tests are not possible without a mock.