5 references to ContainerExecKind
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (2)
314Task.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)
133Kind = Dcp.ContainerExecKind, 145public static string ObjectKind => Dcp.ContainerExecKind;
Dcp\Model\GroupVersion.cs (1)
43Schema.Add<ContainerExec>(ContainerExecKind, "containerexecs");