# Functions
AddCacheFlags will define a set of flags to control how Tekton Bundle caching is done.
AddRemoteFlags will define a common set of flags that can be used to change how images are pushed/fetched from remote image repositories.
BuildTektonBundle will return a complete OCI Image usable as a Tekton Bundle built by parsing, decoding, and compressing the provided contents as Tekton objects.
Get returns a single named element of a specific kind from the Tekton Bundle.
List will call visitor for every single layer in the img.
ListKind is like #List but only returns elements of a single kind.
Read looks up an image from a remote registry and fetches layers from a local cache if we have seen it before.
Write will publish an OCI image to a remote registry using the provided options and reference.
# Variables
No description provided by the author
# Structs
PullOptions configure how an image is cached once it is fetched from the remote.
RemoteOptions is a set of flags that are used configure the connection options to a registry.
# Type aliases
ObjectVisitor is an input function that callers of this file's methods can implement to act on the read contents of a Tekton bundle.