Aspire.Hosting.Docker.Resources.ServiceNodes.Swarm Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
Deploy |
Represents the deployment configuration for a Docker service. This class is used to define various aspects such as replication, mode, resource constraints, updates, and restart policies. |
LabelSpecs |
Represents a collection of additional labels that can be associated with a Docker service. This class is used to define extra metadata in the form of key-value pairs. |
Placement |
Represents the placement configuration for a Docker service in a Swarm cluster. This class is used to define specific constraints and preferences for the placement of tasks or containers. |
Resources |
Represents the resource configurations for a Docker service in Swarm mode. |
ResourceSpec |
Represents resource specifications for a Docker service. |
RestartPolicy |
Defines the restart policy for a Docker service in a Swarm cluster. |
UpdateConfig |
Defines the update configuration settings for service deployments in a Docker Swarm environment. |