mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
api: Add Notes field to service checks (#22397)
Co-authored-by: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com>
This commit is contained in:
@@ -212,6 +212,7 @@ type ServiceCheck struct {
|
||||
Interval time.Duration `hcl:"interval,optional"`
|
||||
Timeout time.Duration `hcl:"timeout,optional"`
|
||||
InitialStatus string `mapstructure:"initial_status" hcl:"initial_status,optional"`
|
||||
Notes string `hcl:"notes,optional"`
|
||||
TLSServerName string `mapstructure:"tls_server_name" hcl:"tls_server_name,optional"`
|
||||
TLSSkipVerify bool `mapstructure:"tls_skip_verify" hcl:"tls_skip_verify,optional"`
|
||||
Header map[string][]string `hcl:"header,block"`
|
||||
|
||||
Reference in New Issue
Block a user