Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageLoader ¶
type ImageLoader interface { // LoadImages loads the images into the cluster. LoadImages(context.Context, io.Writer, []graph.Artifact, []graph.Artifact, []graph.Artifact) error }
ImageLoader defines the behavior for loading images into a cluster.
type NoopImageLoader ¶
type NoopImageLoader struct{}
func (*NoopImageLoader) LoadImages ¶
func (*NoopImageLoader) TrackBuildArtifacts ¶
func (n *NoopImageLoader) TrackBuildArtifacts([]graph.Artifact, []graph.Artifact)
Click to show internal directories.
Click to hide internal directories.