Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OptionList ¶
type OptionList struct { // Options field holds all specified and valid options. Should // not be modified. Options []string // contains filtered or unexported fields }
OptionList is a flag value type supporting a csv list of options
func NewOptionList ¶
func NewOptionList(permissibleOptions []string, defaultOptions string) (*OptionList, error)
func (*OptionList) PermissibleString ¶
func (ol *OptionList) PermissibleString() string
func (*OptionList) Set ¶
func (ol *OptionList) Set(s string) error
func (*OptionList) String ¶
func (ol *OptionList) String() string
func (*OptionList) Type ¶
func (ol *OptionList) Type() string
type SecFlags ¶
type SecFlags struct {
// contains filtered or unexported fields
}
func NewSecFlags ¶
func (*SecFlags) SkipAllSecurityChecks ¶
func (*SecFlags) SkipAnySecurityChecks ¶
func (*SecFlags) SkipImageCheck ¶
func (*SecFlags) SkipOnDiskCheck ¶
func (*SecFlags) SkipTlsCheck ¶
Click to show internal directories.
Click to hide internal directories.