Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func WaitForRunningBuild ¶
func WaitForRunningBuild(buildClient buildtypedclient.BuildsGetter, build *buildapi.Build, timeout time.Duration) (*buildapi.Build, bool, error)
WaitForRunningBuild waits until the specified build is no longer New or Pending. Returns true if the build ran within timeout, false if it did not, and an error if any other error state occurred. The last observed Build state is returned.
Types ¶
type ErrWatchError ¶
type ErrWatchError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.