Share via


ConfigMapVolumeSourceV1.Items Property

Definition

Gets the collection of key-to-path mappings that specifies how configuration data from a ConfigMap is mapped to paths within a volume. Each entry in this list maps a key from the ConfigMap to a specific path in the volume.

[YamlDotNet.Serialization.YamlMember(Alias="items")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.KeyToPathV1> Items { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="items")>]
member this.Items : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.KeyToPathV1>
Public ReadOnly Property Items As List(Of KeyToPathV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to