Documentation
¶
Index ¶
Constants ¶
View Source
const APIVersion string = "v1alpha1"
Variables ¶
This section is empty.
Functions ¶
func ConvertV1alpha1UpdateManifestToUnversionedUpdateManifest ¶
func ConvertV1alpha1UpdateManifestToUnversionedUpdateManifest(scannerOutput []byte) (*unversioned.UpdateManifest, error)
Types ¶
type UpdateManifest ¶
type UpdateManifest struct { APIVersion string `json:"apiVersion"` Metadata Metadata `json:"metadata"` Updates UpdatePackages `json:"updates"` }
type UpdatePackage ¶
type UpdatePackages ¶
type UpdatePackages []UpdatePackage
Click to show internal directories.
Click to hide internal directories.