LabelSpecs.AdditionalLabels Property

Definition

Gets or sets the collection of additional labels as a dictionary of key-value pairs. These labels can be used to provide metadata or additional configuration for a service node in a Swarm environment.

[YamlDotNet.Serialization.YamlMember(Alias="additional_labels")]
public System.Collections.Generic.Dictionary<string,string> AdditionalLabels { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="additional_labels")>]
member this.AdditionalLabels : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property AdditionalLabels As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to