1 instantiation of Endpoint
Aspire.Hosting (1)
Dcp\Model\Endpoint.cs (1)
40
var e = new
Endpoint
(new EndpointSpec
6 references to Endpoint
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (2)
198
Task.Run(() => WatchKubernetesResourceAsync<
Endpoint
>(ProcessEndpointChange))).ConfigureAwait(false);
469
private async Task ProcessEndpointChange(WatchEventType watchEventType,
Endpoint
endpoint)
Dcp\DcpResourceState.cs (1)
15
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)
38
Schema.Add<
Endpoint
>(EndpointKind, "endpoints");