trace

package
v1.27.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2021 License: LGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseImage added in v1.27.2

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 added in v1.27.2

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"`
}

type Tracer

type Tracer struct {
	// contains filtered or unexported fields
}

func NewTracer

func NewTracer(sporingsUrl string, context string) *Tracer

func (*Tracer) AddImageMetadata

func (t *Tracer) AddImageMetadata(data interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL