Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PeriodicallyDo ¶
PeriodicallyDo calls f every period until the provided context is cancelled.
func WaitOrStop ¶
func WaitOrStop(ctx context.Context, cmd *exec.Cmd, interrupt os.Signal, killDelay time.Duration) error
WaitOrStop waits for the already-started command cmd by calling its Wait method.
If cmd does not return before ctx is done, WaitOrStop sends it the given interrupt signal. If killDelay is positive, WaitOrStop waits that additional period for Wait to return before sending os.Kill.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package gcpdial monitors VM instance groups to let frontends dial them directly without going through an internal load balancer.
|
Package gcpdial monitors VM instance groups to let frontends dial them directly without going through an internal load balancer. |
gcpdialtool
The gcpdialtool command is an interactive validation tool for the gcpdial package.
|
The gcpdialtool command is an interactive validation tool for the gcpdial package. |
Click to show internal directories.
Click to hide internal directories.