Documentation ¶
Overview ¶
Package cmd provides command helpers for builds
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildConfigReaper ¶
type BuildConfigReaper struct {
// contains filtered or unexported fields
}
BuildConfigReaper implements the Reaper interface for buildConfigs
func (*BuildConfigReaper) Stop ¶
func (reaper *BuildConfigReaper) Stop(namespace, name string, timeout time.Duration, gracePeriod *metav1.DeleteOptions) error
Stop deletes the build configuration and all of the associated builds.
Click to show internal directories.
Click to hide internal directories.