Class ServicePlacementSpreadSettings
Service container spread placement settings.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServicePlacementSpreadSettings
Properties
SpreadDescriptor
Label descriptor, such as: engine.labels.az
Declaration
public string SpreadDescriptor { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()