Skip to content

Commit a70fe53

Browse files
committed
Fix json tags
1 parent b0c58b2 commit a70fe53

File tree

21 files changed

+78
-116
lines changed

21 files changed

+78
-116
lines changed

components/ws-daemon/pkg/daemon/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Config struct {
3535
type WorkspaceControllerConfig struct {
3636
Enabled bool `json:"enabled"`
3737
WorkingAreaSuffix string `json:"workingAreaSuffix"`
38-
MaxConcurrentReconciles int `json:maxConcurrentReconciles,omitempty`
38+
MaxConcurrentReconciles int `json:"maxConcurrentReconciles,omitempty"`
3939
}
4040

4141
type RuntimeConfig struct {

components/ws-manager-api/go/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type Configuration struct {
127127
DebugWorkspacePod bool `json:"debugWorkspacePod,omitempty"`
128128
// WorkspaceMaxConcurrentReconciles configures the max amount of concurrent workspace reconciliations on
129129
// the workspace controller.
130-
WorkspaceMaxConcurrentReconciles int `json:workspaceMaxConcurrentReconciles,omitempty`
130+
WorkspaceMaxConcurrentReconciles int `json:"workspaceMaxConcurrentReconciles,omitempty"`
131131
// TimeoutMaxConcurrentReconciles configures the max amount of concurrent workspace reconciliations on
132132
// the timeout controller.
133133
TimeoutMaxConcurrentReconciles int `json:"timeoutMaxConcurrentReconciles,omitempty"`

install/installer/cmd/testdata/render/agent-smith/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/aws-setup/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/custom-pull-repository/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/customization/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/external-registry/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/gcp-setup/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/http-proxy/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/ide-config/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/kind-workspace/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/cmd/testdata/render/message-bus-password/output.golden

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)