# Functions

GroupResource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

GroupName is the name of the compose group.
StackAvailable means the stack is available.
StackFailure is added in a stack when one of its members fails to be created or deleted.
StackProgressing means the deployment is progressing.
StackReconciliationPending means the stack has not yet been reconciled.

# Variables

AddToScheme adds to scheme.
SchemeBuilder is the scheme builder.
SchemeGroupVersion is group version used to register these objects.

# Structs

ComposeFile is the content of a stack's compose file if any.
Constraint defines a constraint and it's operator (== or !=) +k8s:deepcopy-gen=true.
Constraints lists constraints that can be set on the service +k8s:deepcopy-gen=true.
DeployConfig is the deployment configuration for a service +k8s:deepcopy-gen=true.
External identifies a Volume or Network as a reference to a resource that is not managed, and should already exist.
FileObjectConfig is a config type for a file used by a service +k8s:deepcopy-gen=true.
FileReferenceConfig for a reference to a swarm file object +k8s:deepcopy-gen=true.
HealthCheckConfig the healthcheck configuration for a service +k8s:deepcopy-gen=true.
Owner describes the user who created the stack.
Placement constraints for the service +k8s:deepcopy-gen=true.
Resource is a resource to be limited or reserved +k8s:deepcopy-gen=true.
Resources the resource limits and reservations +k8s:deepcopy-gen=true.
RestartPolicy is the service restart policy +k8s:deepcopy-gen=true.
Scale contains the current/desired replica count for services in a stack.
ServiceConfig is the configuration of one service +k8s:deepcopy-gen=true.
ServicePortConfig is the port configuration for a service +k8s:deepcopy-gen=true.
ServiceVolumeConfig are references to a volume used by a service +k8s:deepcopy-gen=true.
Stack is v1beta2's representation of a Stack.
StackList is a list of stacks.
StackSpec defines the desired state of Stack +k8s:deepcopy-gen=true.
StackStatus defines the observed state of Stack.
UpdateConfig is the service update configuration +k8s:deepcopy-gen=true.

# Type aliases

ConfigObjConfig is the config for the swarm "Config" object +k8s:deepcopy-gen=true.
SecretConfig for a secret +k8s:deepcopy-gen=true.
ServiceConfigObjConfig is the config obj configuration for a service +k8s:deepcopy-gen=true.
ServiceSecretConfig is the secret configuration for a service +k8s:deepcopy-gen=true.
StackPhase is the deployment phase of a stack.