Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct {
// contains filtered or unexported fields
}
func NewBuild ¶
func NewBuild( build *v1alpha1.Build, buildsClient typedv1alpha1.BuildInterface, podsGetterClient typedcorev1.PodsGetter, ) Build
type BuildSpecOpts ¶
type BuildWaiter ¶
type BuildWaiter struct {
// contains filtered or unexported fields
}
func NewBuildWaiter ¶
func NewBuildWaiter(build *v1alpha1.Build, buildsClient typedv1alpha1.BuildInterface) BuildWaiter
func (BuildWaiter) WaitForBuilderAssignment ¶
func (w BuildWaiter) WaitForBuilderAssignment(cancelCh chan struct{}) (*v1alpha1.Build, error)
func (BuildWaiter) WaitForClusterBuilderPodAssignment ¶
func (w BuildWaiter) WaitForClusterBuilderPodAssignment(cancelCh chan struct{}) (*v1alpha1.Build, error)
func (BuildWaiter) WaitForCompletion ¶
func (w BuildWaiter) WaitForCompletion(cancelCh chan struct{}) (*v1alpha1.Build, error)
type BuildWatcher ¶
type BuildWatcher struct {
// contains filtered or unexported fields
}
func NewBuildWatcher ¶
func NewBuildWatcher( buildsClient typedv1alpha1.BuildInterface, listOpts metav1.ListOptions, ) BuildWatcher
type ClusterBuilderLogs ¶
type ClusterBuilderLogs struct {
// contains filtered or unexported fields
}
func NewClusterBuilderLogs ¶
func NewClusterBuilderLogs( build *v1alpha1.Build, buildsClient typedv1alpha1.BuildInterface, podsGetterClient typedcorev1.PodsGetter, ) ClusterBuilderLogs
type GoogleBuilderLogs ¶
type GoogleBuilderLogs struct{}
func NewGoogleBuilderLogs ¶
func NewGoogleBuilderLogs() GoogleBuilderLogs
type Logs ¶
type Logs struct {
// contains filtered or unexported fields
}
func NewLogs ¶
func NewLogs( build *v1alpha1.Build, buildsClient typedv1alpha1.BuildInterface, podsGetterClient typedcorev1.PodsGetter, ) Logs
type PodTerminalStatusWatcher ¶
type PodTerminalStatusWatcher struct {
Pod corev1.Pod
PodsClient typedcorev1.PodInterface
}
Click to show internal directories.
Click to hide internal directories.