-
Notifications
You must be signed in to change notification settings - Fork 89
CLOUDP-291623: Add list command for ASP PrivateLink endpoints #3655
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
Conversation
24a2b7a
to
082ec35
Compare
@@ -17,7 +17,6 @@ | |||
package events | |||
|
|||
import ( | |||
"strings" |
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.
The changes here and in other non streams files were autofixed by the cli lint command... just drive bying them.
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.
One question. LGTM regardless though
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
989a101
9407040
to
989a101
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
Proposed changes
Add the ability for users to list all PrivateLink endpoints available to Atlas Stream Processing
Jira ticket: CLOUDP-291623
Checklist
make fmt
and formatted my code