Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Oct 23, 2024
1 parent 466af3c commit 41311f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions api/types/autoupdate/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ package autoupdate
const (
// ToolsUpdateModeEnabled enables client tools automatic updates.
ToolsUpdateModeEnabled = "enabled"
// AgentsUpdateModeEnabled enabled agent automatic updates.
AgentsUpdateModeEnabled
// ToolsUpdateModeDisabled disables client tools automatic updates.
ToolsUpdateModeDisabled = "disabled"

// AgentsUpdateModeEnabled enabled agent automatic updates.
AgentsUpdateModeEnabled = "enabled"
// AgentsUpdateModeDisabled disables agent automatic updates.
AgentsUpdateModeDisabled
AgentsUpdateModeDisabled = "disabled"
// AgentsUpdateModeSuspended temporarily suspends agent automatic updates.
AgentsUpdateModeSuspended = "suspended"

Expand Down
1 change: 0 additions & 1 deletion api/types/autoupdate/rollout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
)

// TestNewAutoUpdateConfig verifies validation for AutoUpdateConfig resource.

func TestNewAutoUpdateAgentRollout(t *testing.T) {
tests := []struct {
name string
Expand Down

0 comments on commit 41311f1

Please sign in to comment.