mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
feat(cli): Add CLI flag for health-check (#1366)
This commit is contained in:
parent
340ec841fe
commit
6acfb580dc
7 changed files with 37 additions and 6 deletions
|
@ -13,10 +13,10 @@ type (
|
|||
CLIFlags struct {
|
||||
Addr *string
|
||||
Assets *string
|
||||
CheckHealth *bool
|
||||
Data *string
|
||||
ExternalEndpoints *string
|
||||
SyncInterval *string
|
||||
Endpoint *string
|
||||
ExternalEndpoints *string
|
||||
NoAuth *bool
|
||||
NoAnalytics *bool
|
||||
TLSVerify *bool
|
||||
|
@ -26,12 +26,13 @@ type (
|
|||
SSL *bool
|
||||
SSLCert *string
|
||||
SSLKey *string
|
||||
SyncInterval *string
|
||||
AdminPassword *string
|
||||
AdminPasswordFile *string
|
||||
// Deprecated fields
|
||||
Labels *[]Pair
|
||||
Logo *string
|
||||
Templates *string
|
||||
Labels *[]Pair
|
||||
}
|
||||
|
||||
// Status represents the application status.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue