1 instantiation of Endpoint
Aspire.Hosting (1)
Dcp\Model\Endpoint.cs (1)
40
var e = new
Endpoint
(new EndpointSpec
7 references to Endpoint
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (2)
316
Task.Run(() => WatchKubernetesResourceAsync<
Endpoint
>(ProcessEndpointChange))).ConfigureAwait(false);
686
private async Task ProcessEndpointChange(WatchEventType watchEventType,
Endpoint
endpoint)
Dcp\DcpResourceState.cs (1)
16
public readonly ConcurrentDictionary<string,
Endpoint
> EndpointsMap = [];
Dcp\Model\Endpoint.cs (2)
38
public static
Endpoint
Create(string name, string serviceNamespace, string serviceName)
40
var
e = new Endpoint(new EndpointSpec
Dcp\Model\GroupVersion.cs (1)
40
Schema.Add<
Endpoint
>(EndpointKind, "endpoints");
Dcp\ResourceSnapshotBuilder.cs (1)
266
var
activeEndpoint = _resourceState.EndpointsMap.SingleOrDefault(e =>