1 instantiation of ContainerPortV1
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
266
new
()
4 references to ContainerPortV1
Aspire.Hosting.Kubernetes (4)
Resources\ContainerV1.cs (2)
130
/// Each port in the collection is defined as an instance of <see cref="
ContainerPortV1
"/> which contains
134
public List<
ContainerPortV1
> Ports { get; } = [];
Resources\EphemeralContainerV1.cs (2)
132
/// Each port is defined as an instance of the <see cref="
ContainerPortV1
"/> class, which specifies the configuration
136
public List<
ContainerPortV1
> Ports { get; } = [];