Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // Maximal wait duration AtMost time.Duration // Poll interval used to delay next invocation of readinessProbe function PollInterval time.Duration // Logger used in the wait Logger *log.Logger }
Options defines wait parameters.
type Wait ¶
type Wait struct {
// contains filtered or unexported fields
}
Wait holds wait parameters and provides defaults when Options parameters were not defined.
func (*Wait) GetPollInterval ¶
GetPollInterval provides poll interval between readinessProbe invocation
Click to show internal directories.
Click to hide internal directories.