5 references to ContainerExecKind
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (2)
314
Task.Run(() => WatchKubernetesResourceAsync<ContainerExec>((t, r) => ProcessResourceChange(t, r, _resourceState.ContainerExecsMap, Model.Dcp.
ContainerExecKind
, (c, s) => _snapshotBuilder.ToSnapshot(c, s)))),
1440
=> CreateRenderedResourcesAsync(CreateContainerExecutableAsync, containerExecAppResources, Model.Dcp.
ContainerExecKind
, cancellationToken);
Dcp\Model\ContainerExec.cs (2)
133
Kind = Dcp.
ContainerExecKind
,
145
public static string ObjectKind => Dcp.
ContainerExecKind
;
Dcp\Model\GroupVersion.cs (1)
43
Schema.Add<ContainerExec>(
ContainerExecKind
, "containerexecs");