Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiPlatformSummary ¶ added in v0.11.0
type PatchPlatform ¶ added in v0.11.0
type PatchPlatform struct {
ispec.Platform
ReportFile string `json:"reportFile"`
ShouldPreserve bool `json:"shouldPreserve"`
}
PatchPlatform is an extension of ispec.Platform but with a reportFile.
func (PatchPlatform) String ¶ added in v0.11.0
func (p PatchPlatform) String() string
String returns a string representation of the PatchPlatform.
type PatchResult ¶ added in v0.11.0
type PatchResult struct {
OriginalRef reference.Named
PatchedDesc *ispec.Descriptor
PatchedRef reference.Named
}
PatchResult represents the result of a single arch patch operation.
type UpdateManifest ¶
type UpdateManifest struct {
OSType string `json:"osType"`
OSVersion string `json:"osVersion"`
Arch string `json:"arch"`
Updates UpdatePackages `json:"updates"`
}
type UpdatePackage ¶
type UpdatePackages ¶
type UpdatePackages []UpdatePackage
Click to show internal directories.
Click to hide internal directories.