Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageLoader ¶
type ImageLoader struct {
// contains filtered or unexported fields
}
func NewImageLoader ¶
func NewImageLoader(kubeContext string, cli *kubectl.CLI) *ImageLoader
func (*ImageLoader) LoadImages ¶
func (i *ImageLoader) LoadImages(ctx context.Context, out io.Writer, localImages, deployerImages, images []graph.Artifact) error
LoadImages loads images into a local cluster. imagesToLoad is used to determine the set of images we should load, based on images that are marked as local by the Runner, and part of the calling Deployer's set of manifests
Click to show internal directories.
Click to hide internal directories.