5 references to Int32OrStringV1
Aspire.Hosting.Kubernetes (5)
Extensions\ResourceExtensions.cs (3)
177
Port =
new
((mapping.ServicePort ?? mapping.Port).ToScalar()),
178
TargetPort =
new
(mapping.Port.ToScalar()),
360
ContainerPort =
new
(mapping.Port.ToScalar()),
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);