ConfigMapVolumeSourceV1.Items Property
Definition
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.
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