PodSpecV1.EphemeralContainers Property

Definition

Represents the list of ephemeral containers within the pod specification. Ephemeral containers are used for troubleshooting purpose and do not persist across pod restarts. This property allows the specification of multiple ephemeral containers inside a pod.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to