Skip to content

Commit

Permalink
PreferNetworkToken on attempt config (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK authored Aug 15, 2024
1 parent ff8a6e4 commit 3189ca0
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 @@ -26,4 +26,6 @@ type AttemptConfig struct {
OverridePoolConnectorIDs []string `json:"overridePoolConnectorIDs,omitempty" yaml:"overridePoolConnectorIDs,omitempty" validate:"dive,lowercase"`

Prefer3RI bool `json:"prefer3RI,omitempty" yaml:"prefer3RI,omitempty"`

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

0 comments on commit 3189ca0

Please sign in to comment.