1 instantiation of ContainerExec
Aspire.Hosting (1)
Dcp\Model\ContainerExec.cs (1)
123
var containerExec = new
ContainerExec
(new ContainerExecSpec
5 references to ContainerExec
Aspire.Hosting (5)
Dcp\Model\ContainerExec.cs (4)
108
/// Create a new <see cref="
ContainerExec
"/> resource.
115
/// Create a new <see cref="
ContainerExec
"/> resource.
121
public static
ContainerExec
Create(string name, string containerName, string command)
123
var
containerExec = new ContainerExec(new ContainerExecSpec
Dcp\Model\GroupVersion.cs (1)
42
Schema.Add<
ContainerExec
>(ContainerExecKind, "containerexecs");