Share via


ContainerV1.EnvFrom Property

Definition

Represents a list of environment variable sources for the container. Each item allows referencing a ConfigMap or Secret to populate environment variables within the container. Environment variables defined from these sources can include an optional prefix.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to