-
Notifications
You must be signed in to change notification settings - Fork 88
CLOUDP-293194: Merge plugin shift into AtlasCLI #3636
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
40be12a to
cf2467c
Compare
cf2467c to
ed9bb6f
Compare
|
nit: I would have used jira https://jira.mongodb.org/browse/CLOUDP-293194 |
|
APIx Bot |
|
Note: as fuzz tests are removed in this PR, it should be removed from required tasks |
| github.com/BurntSushi/toml v1.4.0 // indirect | ||
| github.com/PaesslerAG/gval v1.0.0 // indirect | ||
| github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect | ||
| github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 |
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.
why did you remove the // indirect directive?
| require ( | ||
| github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
| github.com/go-openapi/swag v0.23.0 // indirect | ||
| github.com/josharian/intern v1.0.0 // indirect | ||
| github.com/mailru/easyjson v0.7.7 // indirect | ||
| github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect |
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.
why did you group these separate?
Proposed changes
move kubernetes commands out of altascli codebase into a plugin
Jira ticket: CLOUDP-293194
Checklist
make fmtand formatted my codeFurther comments