Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullPolicy ¶
type PullPolicy string
const ( Always PullPolicy = "Always" IfNotExist PullPolicy = "IfNotExist" Never PullPolicy = "Never" )
func (PullPolicy) ForContainer ¶
func (p PullPolicy) ForContainer() containerapi.ShouldPull
func (*PullPolicy) Set ¶
func (p *PullPolicy) Set(s string) error
func (*PullPolicy) String ¶
func (p *PullPolicy) String() string
func (*PullPolicy) Type ¶
func (p *PullPolicy) Type() string
func (*PullPolicy) UnmarshalText ¶
func (p *PullPolicy) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.