Documentation ¶
Index ¶
Constants ¶
View Source
const ( ImageSwapPolicyAlways = iota ImageSwapPolicyExists )
View Source
const ( ImageCopyPolicyDelayed = iota ImageCopyPolicyImmediate ImageCopyPolicyForce )
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
Click to show internal directories.
Click to hide internal directories.