PodSpecV1.EphemeralContainers 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.
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