1 instantiation of new
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
139
new
()
2 references to new
Aspire.Hosting.Kubernetes (2)
Resources\ServiceSpecV1.cs (2)
169
/// Each port is configured using the <see cref="
ServicePortV1
"/> class, specifying details such as the port number, protocol, target port, and node port.
173
public List<
ServicePortV1
> Ports { get; } = [];