types

package
v1.5.12 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RegistryUnknown = iota
	RegistryAWS
	RegistryGCP
)
View Source
const (
	ImageSwapPolicyAlways = iota
	ImageSwapPolicyExists
)
View Source
const (
	ImageCopyPolicyDelayed = iota
	ImageCopyPolicyImmediate
	ImageCopyPolicyForce
	ImageCopyPolicyNone
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageCopyPolicy

type ImageCopyPolicy int

func ParseImageCopyPolicy

func ParseImageCopyPolicy(p string) (ImageCopyPolicy, error)

func (ImageCopyPolicy) String

func (p ImageCopyPolicy) String() string

type ImageSwapPolicy

type ImageSwapPolicy int

func ParseImageSwapPolicy

func ParseImageSwapPolicy(p string) (ImageSwapPolicy, error)

func (ImageSwapPolicy) String

func (p ImageSwapPolicy) String() string

type Registry added in v1.5.0

type Registry int

func ParseRegistry added in v1.5.0

func ParseRegistry(p string) (Registry, error)

func (Registry) String added in v1.5.0

func (p Registry) String() string

Jump to

Keyboard shortcuts

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