Documentation ¶
Index ¶
- type OptionList
- type SecFlags
- func (sf *SecFlags) AllowHTTP() bool
- func (sf *SecFlags) ConsiderInsecurePubKeys() bool
- func (bf SecFlags) Set(s string) error
- func (sf *SecFlags) SkipAllSecurityChecks() bool
- func (sf *SecFlags) SkipAnySecurityChecks() bool
- func (sf *SecFlags) SkipImageCheck() bool
- func (sf *SecFlags) SkipOnDiskCheck() bool
- func (sf *SecFlags) SkipTLSCheck() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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) ConsiderInsecurePubKeys ¶ added in v1.3.0
func (*SecFlags) SkipAllSecurityChecks ¶
func (*SecFlags) SkipAnySecurityChecks ¶
func (*SecFlags) SkipImageCheck ¶
func (*SecFlags) SkipOnDiskCheck ¶
func (*SecFlags) SkipTLSCheck ¶ added in v0.16.0
Click to show internal directories.
Click to hide internal directories.