Documentation
¶
Index ¶
- Variables
- type Protocol
- func (Protocol) ConstValues() []github_com_go_courier_enumeration.IntStringerEnum
- func (v Protocol) Int() int
- func (v Protocol) Label() string
- func (v Protocol) MarshalText() ([]byte, error)
- func (Protocol) Offset() int
- func (v *Protocol) Scan(src interface{}) error
- func (v Protocol) String() string
- func (Protocol) TypeName() string
- func (v *Protocol) UnmarshalText(data []byte) (err error)
- func (v Protocol) Value() (database_sql_driver.Value, error)
- type PullPolicy
Constants ¶
This section is empty.
Variables ¶
View Source
var InvalidProtocol = errors.New("invalid Protocol type")
Functions ¶
This section is empty.
Types ¶
type Protocol ¶
type Protocol int
func ParseProtocolFromString ¶
func (Protocol) ConstValues ¶
func (Protocol) ConstValues() []github_com_go_courier_enumeration.IntStringerEnum
func (Protocol) MarshalText ¶
func (*Protocol) UnmarshalText ¶
type PullPolicy ¶ added in v1.3.0
type PullPolicy string
const ( PullAlways PullPolicy = "Always" PullNever PullPolicy = "Never" PullIfNotPresent PullPolicy = "IfNotPresent" )
Click to show internal directories.
Click to hide internal directories.