Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
Checker runs a remote health check to make sure that Vizier is in a queryable state.
func NewChecker ¶
func NewChecker(signingKey string, vzClient vizierpb.VizierServiceClient) *Checker
NewChecker creates and starts a Vizier Checker. Stop must be called when done to prevent leaking goroutines making requests to Vizier.
Click to show internal directories.
Click to hide internal directories.