Skip to content

Commit

Permalink
Merge pull request #75 from hyun357123/main
Browse files Browse the repository at this point in the history
update log
  • Loading branch information
hyun357123 authored Oct 10, 2024
2 parents 1695989 + 36b3dd8 commit 63d76c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public List<K8sClusterDto> getAllK8sClusters(String namespace){
HttpMethod.GET,
new ParameterizedTypeReference<K8sClusterResponse>() {}
);
log.info("response : {}", response.getBody());
return response.getBody() != null ? response.getBody().getK8sClusterInfo() : Collections.emptyList();
});
}
Expand Down

0 comments on commit 63d76c8

Please sign in to comment.