Migrate existing health check settings
This commit is contained in:
parent
e3c7f070eb
commit
f65b35f766
4 changed files with 76 additions and 13 deletions
|
|
@ -41,5 +41,6 @@ type HealthChecker interface {
|
|||
Sync(hc *HealthCheck) (string, error)
|
||||
Delete(port int64) error
|
||||
Get(port int64) (*HealthCheck, error)
|
||||
GetLegacy(port int64) (*compute.HttpHealthCheck, error)
|
||||
DeleteLegacy(port int64) error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue