Share via


EphemeralContainerV1.EnvFrom Property

Definition

Represents a list of environment variable sources for the container. Environment variables can be populated using ConfigMap or Secret objects. Each item in the list is an instance of EnvFromSourceV1, which specifies the source of the environment variables and an optional prefix to prepend to this container's environment variables.

[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