Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + const LabelNamespace + func AddStackLabel(namespace Namespace, labels map[string]string) map[string]string + func Networks(namespace Namespace, networks networkMap, servicesNetworks map[string]struct{}) (map[string]types.NetworkCreate, []string) + func Secrets(namespace Namespace, secrets map[string]composetypes.SecretConfig) ([]swarm.SecretSpec, error) + func Services(namespace Namespace, config *composetypes.Config, ...) (map[string]swarm.ServiceSpec, error) + func Volumes(serviceVolumes []string, stackVolumes volumes, namespace Namespace) ([]mount.Mount, error) + type Namespace struct + func NewNamespace(name string) Namespace + func (n Namespace) Name() string + func (n Namespace) Scope(name string) string