rules

package
v3.9.0-alpha.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Accepter

type Accepter interface {
	Covers(schema.GroupResource) bool

	Accepts(*ImagePolicyAttributes) bool
}

func NewExecutionRulesAccepter

func NewExecutionRulesAccepter(rules []api.ImageExecutionPolicyRule, integratedRegistryMatcher RegistryMatcher) (Accepter, error)

NewExecutionRuleseAccepter creates an Accepter from the provided rules.

type ImagePolicyAttributes

type ImagePolicyAttributes struct {
	Resource           schema.GroupResource
	Name               imageapi.DockerImageReference
	Image              *imageapi.Image
	ExcludedRules      sets.String
	IntegratedRegistry bool
	LocalRewrite       bool
}

type RegistryMatcher

type RegistryMatcher interface {
	Matches(name string) bool
}

func NewRegistryMatcher

func NewRegistryMatcher(names []string) RegistryMatcher

type RegistryNameMatcher

type RegistryNameMatcher func() (string, bool)

func (RegistryNameMatcher) Matches

func (m RegistryNameMatcher) Matches(name string) bool

Jump to

Keyboard shortcuts

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