Skip to content
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

Adding API routes for various resource cluster related actions #185

Merged
merged 3 commits into from
Apr 20, 2022

Conversation

sundargates
Copy link
Collaborator

Context

Explain context and other details for this pull request.

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable
  • Added copyright headers for new files from CONTRIBUTING.md

* Defines the following end points:
* /api/v1/resourceClusters/list (GET)
*
* /api/v1/resourceClusters/{}/getResourceOverview (GET)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Get" is already implicit from http action.

*/
@Slf4j
@RequiredArgsConstructor
public class ResourceClustersReadRoute extends BaseRoute {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add some test coverage for these?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@github-actions
Copy link

github-actions bot commented Apr 20, 2022

Unit Test Results

112 files  +1  112 suites  +1   5m 26s ⏱️ ±0s
482 tests +1  463 ✔️ +1  19 💤 ±0  0 ±0 

Results for commit 10f5642. ± Comparison against base commit 60d4194.

♻️ This comment has been updated with latest results.

@sundargates sundargates merged commit 6bac01b into Netflix:master Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants