Skip to content

Commit

Permalink
type correction
Browse files Browse the repository at this point in the history
  • Loading branch information
m-terra committed Mar 23, 2023
1 parent a3c302e commit 6802301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/axapi/health/healthmonitor/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type HTTP struct {
TextRegex string `json:"text-regex,omitempty"`
HTTPHost string `json:"http-host,omitempty"`
HTTPMaintenanceCode string `json:"http-maintenance-code,omitempty"`
HTTPURL string `json:"http-url,omitempty"`
HTTPURL shared.Boolean `json:"http-url,omitempty"`
URLType HTTPMethod `json:"url-type,omitempty"`
Maintenance shared.Boolean `json:"maintenance,omitempty"`
MaintenanceText string `json:"maintenance-text,omitempty"`
Expand Down

0 comments on commit 6802301

Please sign in to comment.