Skip to content

Conversation

@sundargates
Copy link
Contributor

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
Contributor 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