package cli

import "github.com/docker/swarmkit/cli"

Index

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

Source Files

external_ca.go

Version
v1.12.0 (latest)
Published
Jul 26, 2016
Platform
linux/amd64
Imports
5 packages
Last checked
3 hours ago

Tools for package owners.