Documentation ¶
Index ¶
- func DnsSearchListVar(values *[]string, names []string, usage string)
- func HostListVar(values *[]string, names []string, usage string)
- func IPListVar(values *[]string, names []string, usage string)
- func IPVar(value *net.IP, names []string, defaultValue, usage string)
- func LabelListVar(values *[]string, names []string, usage string)
- func ListVar(values *[]string, names []string, usage string)
- func MirrorListVar(values *[]string, names []string, usage string)
- func ParseEnvFile(filename string) ([]string, error)
- func ValidateAttach(val string) (string, error)
- func ValidateDnsSearch(val string) (string, error)
- func ValidateEnv(val string) (string, error)
- func ValidateExtraHost(val string) (string, error)
- func ValidateIPAddress(val string) (string, error)
- func ValidateLabel(val string) (string, error)
- func ValidateLink(val string) (string, error)
- func ValidateMirror(val string) (string, error)
- func ValidatePath(val string) (string, error)
- type ErrBadEnvVariable
- type IpOpt
- type ListOpts
- type ValidatorFctType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DnsSearchListVar ¶ added in v1.2.0
func HostListVar ¶ added in v1.2.0
func LabelListVar ¶ added in v1.4.0
func MirrorListVar ¶ added in v1.3.0
func ParseEnvFile ¶
Read in a line delimited file with environment variables enumerated
func ValidateAttach ¶
func ValidateDnsSearch ¶ added in v1.2.0
Validates domain for resolvconf search configuration. A zero length domain is represented by .
func ValidateEnv ¶
func ValidateExtraHost ¶ added in v1.3.0
func ValidateIPAddress ¶ added in v1.2.0
func ValidateLabel ¶ added in v1.4.0
func ValidateLink ¶
func ValidateMirror ¶ added in v1.3.0
Validates an HTTP(S) registry mirror
func ValidatePath ¶
Types ¶
type ErrBadEnvVariable ¶
type ErrBadEnvVariable struct {
// contains filtered or unexported fields
}
func (ErrBadEnvVariable) Error ¶
func (e ErrBadEnvVariable) Error() string
type ListOpts ¶
type ListOpts struct {
// contains filtered or unexported fields
}
ListOpts type
func NewListOpts ¶
func NewListOpts(validator ValidatorFctType) ListOpts
func (*ListOpts) GetMap ¶
GetMap returns the content of values in a map in order to avoid duplicates. FIXME: can we remove this?
Click to show internal directories.
Click to hide internal directories.