Skip to content
DocsTry Aspire
DocsTry

EphemeralContainerV1 Constructors

ClassConstructors1 member
Represents an ephemeral container specification in a Kubernetes Pod. Ephemeral containers enable running short-lived operations or debugging within an already running Pod.
public sealed class EphemeralContainerV1
{
public EphemeralContainerV1()
{
// ...
}
}