-
Notifications
You must be signed in to change notification settings - Fork 258
Support types, CRD and mapper for NetworkManagementConnectivityTest #4213
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
Support types, CRD and mapper for NetworkManagementConnectivityTest #4213
Conversation
35ae076
to
7b3da7f
Compare
/assign @jingyih |
// Requires gke_master_cluster to be set, can't be used simultaneoulsly with | ||
// ip_address or network. Applicable only to destination endpoint. | ||
// +kcc:proto:field=google.cloud.networkmanagement.v1.Endpoint.fqdn | ||
Fqdn *string `json:"fqdn,omitempty"` |
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.
Should this be FQDN?
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.
Done.
// +kcc:proto:field=google.cloud.networkmanagement.v1.Endpoint.cloud_sql_instance | ||
SQLInstanceRef *refsv1beta1.SQLInstanceRef `json:"sqlInstance,omitempty"` | ||
|
||
// TODO: Should be reference. |
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.
Is this PR still WIP?
(There are a lot of references...)
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.
It's quite a bit of manual work to make all the reference fields work here and I think it'll be a good use of LLM or the non LLM automation tool to turn the fields into references. So I think want to keep them TODOs here and make them candidate for reference automation.
…ype. WARN: extra files found, committing them.
…files found, committing them.
7b3da7f
to
6929cbd
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
de34437
into
GoogleCloudPlatform:master
Change description
Tests you have done
make ready-pr
to ensure this PR is ready for review.