Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerImagePrefetchOptimization ¶
type ContainerImagePrefetchOptimization struct {
Binaries []string `json:"binaries,omitempty"`
}
ContainerImagePrefetchOptimization represents a container image prefetch optimization.
type Image ¶
type Image struct { DownloadURL string `json:"downloadURL"` MultiArchVersions []struct { LatestVersion string `json:"latestVersion"` PreviousLatestVersion string `json:"previousLatestVersion,omitempty"` PrefetchOptimizations struct { LatestVersion ContainerImagePrefetchOptimization `json:"latestVersion"` PreviousLatestVersion ContainerImagePrefetchOptimization `json:"previousLatestVersion,omitempty"` } `json:"containerImagePrefetch,omitempty"` } `json:"multiArchVersionsV2,omitempty"` }
Image represents a container image component. Note that these are the only fields we need from container image component definitions to generate prefetch scripts.
Click to show internal directories.
Click to hide internal directories.