Versions in this module Expand all Collapse all v0 v0.3.0 Jun 29, 2018 Changes in this version + type ConfigObjConfig FileObjectConfig + type Constraint struct + Operator string + Value string + type Constraints struct + Architecture *Constraint + Hostname *Constraint + MatchLabels map[string]Constraint + OperatingSystem *Constraint + type DeployConfig struct + Labels map[string]string + Mode string + Placement Placement + Replicas types.UInt64OrTemplate + Resources Resources + RestartPolicy *RestartPolicy + UpdateConfig *UpdateConfig + type External struct + External bool + Name string + type FileObjectConfig struct + External External + File string + Labels map[string]string + Name string + type FileReferenceConfig struct + GID string + Mode types.UInt64OrTemplate + Source string + Target string + UID string + type HealthCheckConfig struct + Interval types.DurationOrTemplate + Retries types.UInt64OrTemplate + Test []string + Timeout types.DurationOrTemplate + type Placement struct + Constraints *Constraints + type Resource struct + MemoryBytes types.UnitBytesOrTemplate + NanoCPUs string + type Resources struct + Limits *Resource + Reservations *Resource + type RestartPolicy struct + Condition string + type SecretConfig FileObjectConfig + type ServiceConfig struct + CapAdd []string + CapDrop []string + Command []string + Configs []ServiceConfigObjConfig + Deploy DeployConfig + Entrypoint []string + Environment map[string]*string + ExtraHosts []string + HealthCheck *HealthCheckConfig + Hostname string + Image string + Ipc string + Labels map[string]string + Name string + Pid string + Ports []ServicePortConfig + Privileged types.BoolOrTemplate + ReadOnly types.BoolOrTemplate + Secrets []ServiceSecretConfig + StdinOpen types.BoolOrTemplate + StopGracePeriod types.DurationOrTemplate + Tmpfs []string + Tty types.BoolOrTemplate + User *int64 + Volumes []ServiceVolumeConfig + WorkingDir string + type ServiceConfigObjConfig FileReferenceConfig + type ServicePortConfig struct + Mode string + Protocol string + Published types.UInt64OrTemplate + Target types.UInt64OrTemplate + type ServiceSecretConfig FileReferenceConfig + type ServiceVolumeConfig struct + ReadOnly types.BoolOrTemplate + Source string + Target string + Type string + type Stack struct + Spec *StackSpec + Status *StackStatus + func (s *Stack) Clone() *Stack + func (s *Stack) DeepCopyObject() runtime.Object + type StackList struct + Items []Stack + func (s *StackList) DeepCopyObject() runtime.Object + type StackPhase string + const StackAvailable + const StackFailure + const StackProgressing + type StackSpec struct + Configs map[string]ConfigObjConfig + Secrets map[string]SecretConfig + Services []ServiceConfig + type StackStatus struct + Message string + Phase StackPhase + type UpdateConfig struct + Parallelism types.UInt64OrTemplate