Skip to content

Commit

Permalink
Allow users to specify recovery agent in attempt config (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
fobilow authored Sep 5, 2024
1 parent e579626 commit faa25e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v1/scheduler/attempt_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ type AttemptConfig struct {
Prefer3RI bool `json:"prefer3RI,omitempty" yaml:"prefer3RI,omitempty"`

PreferNetworkToken bool `json:"preferNetworkToken,omitempty" yaml:"preferNetworkToken,omitempty"`

RecoveryAgentConnectorID string `json:"recoveryAgentConnectorID" yaml:"recoveryAgentConnectorID"`
}

0 comments on commit faa25e1

Please sign in to comment.