5 references to new
Aspire.Hosting.Kubernetes (5)
Extensions\ResourceExtensions.cs (3)
142
Port =
new
(mapping.Port),
143
TargetPort =
new
(mapping.Port),
269
ContainerPort =
new
(mapping.Port),
Resources\Int32OrStringV1.cs (1)
97
return value is not null ? new
Int32OrStringV1
(value) : null;
Yaml\IntOrStringConverter.cs (1)
45
return string.IsNullOrEmpty(value) ? null : new
Int32OrStringV1
(value);