Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactCache ¶
type ArtifactCache map[string]ImageDetails
ArtifactCache is a map of [artifact dependencies hash : ImageDetails]
type BuildAndTestFn ¶ added in v0.34.0
type Cache ¶
type DependencyLister ¶ added in v0.34.0
DependencyLister fetches a list of dependencies for an artifact
type ImageDetails ¶
type ImageDetails struct { Digest string `yaml:"digest,omitempty"` ID string `yaml:"id,omitempty"` }
ImageDetails holds the Digest and ID of an image
Click to show internal directories.
Click to hide internal directories.