Documentation
¶
Index ¶
Constants ¶
View Source
const APIVersion string = "v1alpha2"
Variables ¶
This section is empty.
Functions ¶
func ConvertV1alpha2UpdateManifestToUnversionedUpdateManifest ¶
func ConvertV1alpha2UpdateManifestToUnversionedUpdateManifest(data []byte) (*unversioned.UpdateManifest, error)
ConvertV1alpha2UpdateManifestToUnversionedUpdateManifest converts a v1alpha2 UpdateManifest to an unversioned UpdateManifest.
Types ¶
type LangUpdatePackages ¶
type LangUpdatePackages []UpdatePackage
type UpdateManifest ¶
type UpdateManifest struct {
APIVersion string `json:"apiVersion"`
Metadata Metadata `json:"metadata"`
OSUpdates UpdatePackages `json:"osupdates"`
LangUpdates LangUpdatePackages `json:"langupdates"`
}
type UpdatePackage ¶
type UpdatePackages ¶
type UpdatePackages []UpdatePackage
Click to show internal directories.
Click to hide internal directories.