Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func NewServiceCommand(dockerCli *command.DockerCli) *cobra.Command + func ParseSecrets(client client.SecretAPIClient, requestedSecrets []*types.SecretRequestOption) ([]*swarmtypes.SecretReference, error) + func PrintNotQuiet(out io.Writer, services []swarm.Service, nodes []swarm.Node, ...) + func PrintQuiet(out io.Writer, services []swarm.Service) + func ValidatePort(value string) (string, error) + type DurationOpt struct + func (d *DurationOpt) Set(s string) error + func (d *DurationOpt) String() string + func (d *DurationOpt) Type() string + func (d *DurationOpt) Value() *time.Duration + type PositiveDurationOpt struct + func (d *PositiveDurationOpt) Set(s string) error + type SecretOpt struct + func (o *SecretOpt) Set(value string) error + func (o *SecretOpt) String() string + func (o *SecretOpt) Type() string + func (o *SecretOpt) Value() []*SecretRequestSpec + type SecretRequestSpec struct + type Uint64Opt struct + func (i *Uint64Opt) Set(s string) error + func (i *Uint64Opt) String() string + func (i *Uint64Opt) Type() string + func (i *Uint64Opt) Value() *uint64