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.
applicationCluster
1 parent 028703d commit 1114b20Copy full SHA for 1114b20
install/installer/pkg/components/ws-manager-bridge/objects.go
@@ -47,5 +47,6 @@ func WSManagerList(ctx *common.RenderContext) []WorkspaceCluster {
47
Score: 50,
48
Govern: true,
49
AdmissionConstraints: nil,
50
+ ApplicationCluster: ctx.Config.Metadata.InstallationShortname,
51
}}
52
}
install/installer/pkg/components/ws-manager-bridge/types.go
@@ -40,6 +40,7 @@ type WorkspaceCluster struct {
40
Score int32 `json:"score"`
41
Govern bool `json:"govern"`
42
AdmissionConstraints []AdmissionConstraint `json:"admissionConstraints"`
43
+ ApplicationCluster string `json:"applicationCluster"`
44
45
46
// WorkspaceClusterTLS is the struct we use in ws-manager-bridge cluster registrations.
0 commit comments