MCPcopy Create free account
hub / github.com/docker/cli / ExternalCAOption

Struct ExternalCAOption

cli/command/swarm/opts.go:91–93  ·  view source on GitHub ↗

ExternalCAOption is a Value type for parsing external CA specifications.

Source from the content-addressed store, hash-verified

89
90// ExternalCAOption is a Value type for parsing external CA specifications.
91type ExternalCAOption struct {
92 values []*swarm.ExternalCA
93}
94
95// Set parses an external CA option.
96func (m *ExternalCAOption) Set(value string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected