Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalCAOpt ¶
type ExternalCAOpt struct {
// contains filtered or unexported fields
}
ExternalCAOpt is a Value type for parsing external CA specifications.
func (*ExternalCAOpt) Set ¶
func (m *ExternalCAOpt) Set(value string) error
Set parses an external CA option.
func (*ExternalCAOpt) String ¶
func (m *ExternalCAOpt) String() string
String returns a string repr of this option.
func (*ExternalCAOpt) Type ¶
func (m *ExternalCAOpt) Type() string
Type returns the type of this option.
func (*ExternalCAOpt) Value ¶
func (m *ExternalCAOpt) Value() []*api.ExternalCA
Value returns the external CAs
Click to show internal directories.
Click to hide internal directories.