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