clients

package
v0.0.0-...-cdd39c7 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action int
const (
	ContainerImageAdded Action = iota
	ContainerImageRemoved
)

func (Action) String

func (a Action) String() string

type ContainerImage

type ContainerImage struct {
	Action Action

	// Name identifying the container
	Name string

	// Outdated image exporter metadata, like Pod, Namespace, Pull Secrets
	Metadata map[string]interface{}

	// Source labels, e.g. K8s labels, Docker labels
	Labels map[string]string

	// Source annotations, e.g. K8s annotations
	Annotations map[string]string

	// Image reference, including registry, name and tag
	Image string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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