Documentation ¶
Index ¶
- Variables
- type PullPolicy
- type Sample
- func (v Sample) ConstValues() []enum.IntStringerEnum
- func (v Sample) Int() int
- func (v Sample) Label() string
- func (v Sample) MarshalText() ([]byte, error)
- func (v *Sample) Scan(src interface{}) error
- func (v Sample) String() string
- func (v Sample) TypeName() string
- func (v *Sample) UnmarshalText(data []byte) error
- func (v Sample) Value() (driver.Value, error)
- type Scheme
- func (v Scheme) ConstValues() []enum.IntStringerEnum
- func (v Scheme) Int() int
- func (v Scheme) Label() string
- func (v Scheme) MarshalText() ([]byte, error)
- func (Scheme) Offset() int
- func (v *Scheme) Scan(src interface{}) error
- func (v Scheme) String() string
- func (v Scheme) TypeName() string
- func (v *Scheme) UnmarshalText(data []byte) error
- func (v Scheme) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var InvalidSample = errors.New("invalid Sample type")
View Source
var InvalidScheme = errors.New("invalid Scheme type")
Functions ¶
This section is empty.
Types ¶
type PullPolicy ¶
type PullPolicy string
const ( PullAlways PullPolicy = "Always" PullNever PullPolicy = "Never" PullIfNotPresent PullPolicy = "IfNotPresent" )
type Sample ¶
type Sample uint8
func ParseSampleFromLabel ¶
func ParseSampleFromString ¶
func (Sample) ConstValues ¶
func (v Sample) ConstValues() []enum.IntStringerEnum
func (Sample) MarshalText ¶
func (*Sample) UnmarshalText ¶
type Scheme ¶
type Scheme int
func ParseSchemeFromLabel ¶
func ParseSchemeFromString ¶
func (Scheme) ConstValues ¶
func (v Scheme) ConstValues() []enum.IntStringerEnum
func (Scheme) MarshalText ¶
func (*Scheme) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.