Skip to content

Commit cb43e65

Browse files
author
Andrew Farries
committed
Return application cluster from service-server
Populate the new field added to the gRPC message in the parent commit.
1 parent 13573ff commit cb43e65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/ws-manager-bridge/src/cluster-service-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ function convertToGRPC(ws: WorkspaceClusterWoTLS): ClusterStatus {
340340
clusterStatus.setScore(ws.score);
341341
clusterStatus.setMaxScore(ws.maxScore);
342342
clusterStatus.setGoverned(ws.govern);
343+
clusterStatus.setApplicationCluster(ws.applicationCluster);
343344
ws.admissionConstraints?.forEach((c) => {
344345
const constraint = new GRPCAdmissionConstraint();
345346
switch (c.type) {

0 commit comments

Comments
 (0)