Skip to content

Commit

Permalink
add namespace wildcard deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencalime committed Sep 17, 2024
1 parent e94a24e commit 7a76ba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public HttpResponse<Void> bulkDelete(@QueryValue(defaultValue = "*") String name
.collect(Collectors.joining("/")),
validationErrors.values().stream()
.flatMap(Collection::stream)
.collect(Collectors.toList()));
.toList());
}

if (dryrun) {
Expand Down

0 comments on commit 7a76ba2

Please sign in to comment.