Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker struct {
// contains filtered or unexported fields
}
HealthChecker performs network-level checks for public services.
func NewHealthChecker ¶
func NewHealthChecker() *HealthChecker
NewHealthChecker creates a new network health checker.
func (*HealthChecker) MonitorSSLProvisioning ¶
func (h *HealthChecker) MonitorSSLProvisioning(ctx context.Context, serviceName, domain string, maxWait time.Duration) error
MonitorSSLProvisioning monitors SSL certificate provisioning with periodic checks.
Click to show internal directories.
Click to hide internal directories.