Copy over legacy description; remove unnecessary/verbose log lines
This commit is contained in:
parent
26fccdc48b
commit
25b2723b33
4 changed files with 12 additions and 6 deletions
|
|
@ -443,6 +443,7 @@ func (b *Backends) Status(name string) string {
|
|||
}
|
||||
|
||||
func applyLegacyHCToHC(existing *compute.HttpHealthCheck, hc *healthchecks.HealthCheck) {
|
||||
hc.Description = existing.Description
|
||||
hc.CheckIntervalSec = existing.CheckIntervalSec
|
||||
hc.HealthyThreshold = existing.HealthyThreshold
|
||||
hc.Host = existing.Host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue