structure

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Condition

type Condition interface {
	Check(v1.Image) error
}

type Conditions

type Conditions []Condition

func (Conditions) Check

func (c Conditions) Check(i v1.Image) error

type EnvCondition

type EnvCondition struct {
	Want map[string]string
}

func (EnvCondition) Check

func (e EnvCondition) Check(i v1.Image) error

type File

type File struct {
	Regex string
	// contains filtered or unexported fields
}

type FilesCondition

type FilesCondition struct {
	Want map[string]File
}

func (FilesCondition) Check

func (f FilesCondition) Check(i v1.Image) error

Jump to

Keyboard shortcuts

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