Documentation ¶
Overview ¶
Package pack wraps a pack client and is used for building and pushing images
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildRequest ¶
BuildRequest contains parameters for the Build command
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wrapper around the pack client
func (*Client) BuildAndPushImage ¶
func (c *Client) BuildAndPushImage(ctx context.Context, req BuildRequest) error
BuildAndPushImage builds and pushes an image via pack with the specified parameters in BuildRequest
Click to show internal directories.
Click to hide internal directories.