files

package
v0.5.133 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ImageFiles

func ImageFiles(ctx context.Context, ref name.Reference, extractors []Extractor) (map[string]json.RawMessage, error)

Types

type Extractor added in v0.5.120

type Extractor interface {
	Matcher(v1.Image) (Matcher, error)
}

type Matcher added in v0.5.120

type Matcher func(*tar.Header) bool

type OLMManifest added in v0.5.120

type OLMManifest struct{}

func (OLMManifest) Matcher added in v0.5.120

func (OLMManifest) Matcher(img v1.Image) (Matcher, error)

type PathExtractor added in v0.5.120

type PathExtractor struct {
	Path string
}

func (PathExtractor) Matcher added in v0.5.120

func (p PathExtractor) Matcher(img v1.Image) (Matcher, error)

type PathMatcher added in v0.5.120

type PathMatcher struct {
	Path string
}

func (*PathMatcher) Match added in v0.5.120

func (f *PathMatcher) Match(header *tar.Header) bool

type RedHatManifest added in v0.5.120

type RedHatManifest struct{}

func (RedHatManifest) Matcher added in v0.5.120

func (RedHatManifest) Matcher(img v1.Image) (Matcher, error)

Jump to

Keyboard shortcuts

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