We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
service-server
1 parent 13573ff commit cb43e65Copy full SHA for cb43e65
components/ws-manager-bridge/src/cluster-service-server.ts
@@ -340,6 +340,7 @@ function convertToGRPC(ws: WorkspaceClusterWoTLS): ClusterStatus {
340
clusterStatus.setScore(ws.score);
341
clusterStatus.setMaxScore(ws.maxScore);
342
clusterStatus.setGoverned(ws.govern);
343
+ clusterStatus.setApplicationCluster(ws.applicationCluster);
344
ws.admissionConstraints?.forEach((c) => {
345
const constraint = new GRPCAdmissionConstraint();
346
switch (c.type) {
0 commit comments