Discover Packages
github.com/Skatteetaten/architect
pkg
trace
package
Version:
v1.27.3
Opens a new window with list of versions in this module.
Published: May 19, 2020
License: LGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type BaseImage struct {
Type string `json:"type"`
Name string `json:"name"`
Version string `json:"version"`
Digest string `json:"digest"`
ImageConfig map[string ]interface{} `json:"image_config"`
}
type DeployableImage struct {
Type string `json:"type"`
Name string `json:"name"`
Digest string `json:"digest"`
Tags map[string ]string `json:"tags"`
NexusSHA1 string `json:"nexus_sha1"`
ImageConfig map[string ]interface{} `json:"image_config"`
Dependencies []nexus .Dependency `json:"dependencies"`
}
func (t *Tracer ) AddImageMetadata(data interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.