package
Version:
v0.0.0-...-ed9f9c9
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
This will return repo and image name, preserving path
Ex:
repo destrepo.io
reference azurecr.io/some/path/to/image:tag
returns: destrepo.io/some/path/to/image:tag
This will return repo / image name.
Ex:
repo destrepo.io
reference azurecr.io/some/path/to/image:tag
returns: destrepo.io/image:tag
type Node struct {
Version string `json:"version,omitempty"`
Payload string `json:"payload,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
}
AddFromGraph adds all nodes whose version is of the form x.y.z (no suffix)
and >= min
VersionInfo fetches the Node containing the version payload
Source Files
¶
Click to show internal directories.
Click to hide internal directories.