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