mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Removed unused query params
This commit is contained in:
parent
d73575ab05
commit
d877f9b18f
1 changed files with 12 additions and 15 deletions
|
|
@ -42,13 +42,10 @@ type QueryParams struct {
|
|||
Protocol string // set by the 'protocol' flag
|
||||
Username string // set the BMC username with the 'username' flag
|
||||
Password string // set the BMC password with the 'password' flag
|
||||
Drivers []string // DEPRECATED: TO BE REMOVED!!!
|
||||
Concurrency int // set the of concurrent jobs with the 'concurrency' flag
|
||||
Preferred string // DEPRECATED: TO BE REMOVED!!!
|
||||
Timeout int // set the timeout with the 'timeout' flag
|
||||
CaCertPath string // set the cert path with the 'cacert' flag
|
||||
Verbose bool // set whether to include verbose output with 'verbose' flag
|
||||
IpmitoolPath string // DEPRECATED: TO BE REMOVE!!!
|
||||
OutputPath string // set the path to save output with 'output' flag
|
||||
ForceUpdate bool // set whether to force updating SMD with 'force-update' flag
|
||||
AccessToken string // set the access token to include in request with 'access-token' flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue