Documentation ¶
Index ¶
- func NewImageWaiter(kpackClient versioned.Interface, logTailer ImageLogTailer) *imageWaiter
- type BuildLogsClient
- func (c *BuildLogsClient) GetImageLogs(ctx context.Context, writer io.Writer, image, namespace string) error
- func (c *BuildLogsClient) Tail(ctx context.Context, writer io.Writer, image, build, namespace string) error
- func (c *BuildLogsClient) TailBuildName(ctx context.Context, writer io.Writer, namespace string, buildName string) error
- func (c *BuildLogsClient) TailImage(ctx context.Context, writer io.Writer, image, namespace string) error
- type ImageLogTailer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewImageWaiter ¶
func NewImageWaiter(kpackClient versioned.Interface, logTailer ImageLogTailer) *imageWaiter
Types ¶
type BuildLogsClient ¶
type BuildLogsClient struct {
// contains filtered or unexported fields
}
func NewBuildLogsClient ¶
func NewBuildLogsClient(k8sClient k8sclient.Interface) *BuildLogsClient
func (*BuildLogsClient) GetImageLogs ¶
func (*BuildLogsClient) TailBuildName ¶
Click to show internal directories.
Click to hide internal directories.