package
0.18.0
Repository: https://github.com/plexsystems/sinker.git
Documentation: pkg.go.dev

# Functions

Get returns the manifest found at the specified path.
GetImagesFromKubernetesManifests returns all images found in Kubernetes manifests that are located at the specified path.
GetImagesFromKubernetesResources returns all images found in Kubernetes resources that have already been read from the disk, or are being read from standard input.
GetImagesFromStandardInput gets a list of images passed in by standard input.
GetSourcesFromImages returns the given images as sources with the specified target.

# Structs

Auth is a username and password to authenticate to a registry.
Manifest contains all of the sources to push to a target registry.
Source is a container image in the manifest.
Target is the target registry where the images defined in the manifest will be pushed to.