1 instantiation of ContainerExecSpec
Aspire.Hosting (1)
Dcp\Model\ContainerExec.cs (1)
125var containerExec = new ContainerExec(new ContainerExecSpec
3 references to ContainerExecSpec
Aspire.Hosting (3)
Dcp\Model\ContainerExec.cs (3)
105internal sealed class ContainerExec : CustomResource<ContainerExecSpec, ContainerExecStatus>, IKubernetesStaticMetadata 110/// <param name="spec">The <see cref="ContainerExecSpec"/> describing the new resource</param> 112public ContainerExec(ContainerExecSpec spec) : base(spec) { }